Module: OpsworksHelpers::OpsworksClient
- Included in:
- OpsworksResource
- Defined in:
- lib/opsworks_helpers/opsworks_client.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
writeonly
Sets the attribute app_id.
-
#stack_id ⇒ Object
writeonly
Sets the attribute stack_id.
Instance Attribute Details
#app_id=(value) ⇒ Object
Sets the attribute app_id
4 5 6 |
# File 'lib/opsworks_helpers/opsworks_client.rb', line 4 def app_id=(value) @app_id = value end |
#stack_id=(value) ⇒ Object
Sets the attribute stack_id
4 5 6 |
# File 'lib/opsworks_helpers/opsworks_client.rb', line 4 def stack_id=(value) @stack_id = value end |