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