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