Class: Humidifier::SSMIncidents::ReplicationSet

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::SSMIncidents::ReplicationSet resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

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_protectedObject

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

#regionsObject

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