Class: Humidifier::Greengrass::GroupVersion
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Greengrass::GroupVersion resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#connector_definition_version_arn ⇒ Object
returns the ConnectorDefinitionVersionArn property.
-
#connector_definition_version_arn=(value) ⇒ Object
sets the ConnectorDefinitionVersionArn property (String).
-
#core_definition_version_arn ⇒ Object
returns the CoreDefinitionVersionArn property.
-
#core_definition_version_arn=(value) ⇒ Object
sets the CoreDefinitionVersionArn property (String).
-
#device_definition_version_arn ⇒ Object
returns the DeviceDefinitionVersionArn property.
-
#device_definition_version_arn=(value) ⇒ Object
sets the DeviceDefinitionVersionArn property (String).
-
#function_definition_version_arn ⇒ Object
returns the FunctionDefinitionVersionArn property.
-
#function_definition_version_arn=(value) ⇒ Object
sets the FunctionDefinitionVersionArn property (String).
-
#group_id ⇒ Object
returns the GroupId property.
-
#group_id=(value) ⇒ Object
sets the GroupId property (String).
-
#logger_definition_version_arn ⇒ Object
returns the LoggerDefinitionVersionArn property.
-
#logger_definition_version_arn=(value) ⇒ Object
sets the LoggerDefinitionVersionArn property (String).
-
#resource_definition_version_arn ⇒ Object
returns the ResourceDefinitionVersionArn property.
-
#resource_definition_version_arn=(value) ⇒ Object
sets the ResourceDefinitionVersionArn property (String).
-
#subscription_definition_version_arn ⇒ Object
returns the SubscriptionDefinitionVersionArn property.
-
#subscription_definition_version_arn=(value) ⇒ Object
sets the SubscriptionDefinitionVersionArn property (String).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#connector_definition_version_arn ⇒ Object
returns the ConnectorDefinitionVersionArn property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def connector_definition_version_arn properties['connector_definition_version_arn'] end |
#connector_definition_version_arn=(value) ⇒ Object
sets the ConnectorDefinitionVersionArn property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def connector_definition_version_arn=(value) update_property('connector_definition_version_arn', value) end |
#core_definition_version_arn ⇒ Object
returns the CoreDefinitionVersionArn property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def core_definition_version_arn properties['core_definition_version_arn'] end |
#core_definition_version_arn=(value) ⇒ Object
sets the CoreDefinitionVersionArn property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def core_definition_version_arn=(value) update_property('core_definition_version_arn', value) end |
#device_definition_version_arn ⇒ Object
returns the DeviceDefinitionVersionArn property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def device_definition_version_arn properties['device_definition_version_arn'] end |
#device_definition_version_arn=(value) ⇒ Object
sets the DeviceDefinitionVersionArn property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def device_definition_version_arn=(value) update_property('device_definition_version_arn', value) end |
#function_definition_version_arn ⇒ Object
returns the FunctionDefinitionVersionArn property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def function_definition_version_arn properties['function_definition_version_arn'] end |
#function_definition_version_arn=(value) ⇒ Object
sets the FunctionDefinitionVersionArn property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def function_definition_version_arn=(value) update_property('function_definition_version_arn', value) end |
#group_id ⇒ Object
returns the GroupId property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def group_id properties['group_id'] end |
#group_id=(value) ⇒ Object
sets the GroupId property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def group_id=(value) update_property('group_id', value) end |
#logger_definition_version_arn ⇒ Object
returns the LoggerDefinitionVersionArn property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def logger_definition_version_arn properties['logger_definition_version_arn'] end |
#logger_definition_version_arn=(value) ⇒ Object
sets the LoggerDefinitionVersionArn property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def logger_definition_version_arn=(value) update_property('logger_definition_version_arn', value) end |
#resource_definition_version_arn ⇒ Object
returns the ResourceDefinitionVersionArn property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def resource_definition_version_arn properties['resource_definition_version_arn'] end |
#resource_definition_version_arn=(value) ⇒ Object
sets the ResourceDefinitionVersionArn property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def resource_definition_version_arn=(value) update_property('resource_definition_version_arn', value) end |
#subscription_definition_version_arn ⇒ Object
returns the SubscriptionDefinitionVersionArn property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def subscription_definition_version_arn properties['subscription_definition_version_arn'] end |
#subscription_definition_version_arn=(value) ⇒ Object
sets the SubscriptionDefinitionVersionArn property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def subscription_definition_version_arn=(value) update_property('subscription_definition_version_arn', value) end |