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