Class: Humidifier::S3Outposts::Endpoint
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::S3Outposts::Endpoint resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#access_type ⇒ Object
returns the AccessType property.
-
#access_type=(value) ⇒ Object
sets the AccessType property (String).
-
#customer_owned_ipv4_pool ⇒ Object
returns the CustomerOwnedIpv4Pool property.
-
#customer_owned_ipv4_pool=(value) ⇒ Object
sets the CustomerOwnedIpv4Pool property (String).
-
#outpost_id ⇒ Object
returns the OutpostId property.
-
#outpost_id=(value) ⇒ Object
sets the OutpostId property (String).
-
#security_group_id ⇒ Object
returns the SecurityGroupId property.
-
#security_group_id=(value) ⇒ Object
sets the SecurityGroupId property (String).
-
#subnet_id ⇒ Object
returns the SubnetId property.
-
#subnet_id=(value) ⇒ Object
sets the SubnetId property (String).
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
#access_type ⇒ Object
returns the AccessType property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def access_type properties['access_type'] end |
#access_type=(value) ⇒ Object
sets the AccessType property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def access_type=(value) update_property('access_type', value) end |
#customer_owned_ipv4_pool ⇒ Object
returns the CustomerOwnedIpv4Pool property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def customer_owned_ipv4_pool properties['customer_owned_ipv4_pool'] end |
#customer_owned_ipv4_pool=(value) ⇒ Object
sets the CustomerOwnedIpv4Pool property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def customer_owned_ipv4_pool=(value) update_property('customer_owned_ipv4_pool', value) end |
#outpost_id ⇒ Object
returns the OutpostId property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def outpost_id properties['outpost_id'] end |
#outpost_id=(value) ⇒ Object
sets the OutpostId property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def outpost_id=(value) update_property('outpost_id', value) end |
#security_group_id ⇒ Object
returns the SecurityGroupId property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def security_group_id properties['security_group_id'] end |
#security_group_id=(value) ⇒ Object
sets the SecurityGroupId property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def security_group_id=(value) update_property('security_group_id', value) end |
#subnet_id ⇒ Object
returns the SubnetId property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def subnet_id properties['subnet_id'] end |
#subnet_id=(value) ⇒ Object
sets the SubnetId property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def subnet_id=(value) update_property('subnet_id', value) end |