Class: Humidifier::Greengrass::DeviceDefinitionVersion
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Greengrass::DeviceDefinitionVersion resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#device_definition_id ⇒ Object
returns the DeviceDefinitionId property.
-
#device_definition_id=(value) ⇒ Object
sets the DeviceDefinitionId property (String).
-
#devices ⇒ Object
returns the Devices property.
-
#devices=(value) ⇒ Object
sets the Devices property (List).
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
#device_definition_id ⇒ Object
returns the DeviceDefinitionId property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def device_definition_id properties['device_definition_id'] end |
#device_definition_id=(value) ⇒ Object
sets the DeviceDefinitionId property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def device_definition_id=(value) update_property('device_definition_id', value) end |
#devices ⇒ Object
returns the Devices property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def devices properties['devices'] end |
#devices=(value) ⇒ Object
sets the Devices property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def devices=(value) update_property('devices', value) end |