Class: Humidifier::S3Outposts::Endpoint

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

Overview

A dynamically-defined class that represents an AWS::S3Outposts::Endpoint 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

#access_typeObject

returns the AccessType property

[View source]

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)

[View source]

15
16
17
# File 'lib/humidifier/magic.rb', line 15

def access_type=(value)
  update_property('access_type', value)
end

#customer_owned_ipv4_poolObject

returns the CustomerOwnedIpv4Pool property

[View source]

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)

[View source]

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_idObject

returns the OutpostId property

[View source]

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)

[View source]

35
36
37
# File 'lib/humidifier/magic.rb', line 35

def outpost_id=(value)
  update_property('outpost_id', value)
end

#security_group_idObject

returns the SecurityGroupId property

[View source]

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)

[View source]

45
46
47
# File 'lib/humidifier/magic.rb', line 45

def security_group_id=(value)
  update_property('security_group_id', value)
end

#subnet_idObject

returns the SubnetId property

[View source]

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)

[View source]

55
56
57
# File 'lib/humidifier/magic.rb', line 55

def subnet_id=(value)
  update_property('subnet_id', value)
end