Class: Aws::Types::CreateEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ "Private", "CustomerOwnedIp"
Returns the value of attribute access_type.
-
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#access_type ⇒ "Private", "CustomerOwnedIp"
Returns the value of attribute access_type.
25 26 27 |
# File 'sig/types.rbs', line 25 def access_type @access_type end |
#customer_owned_ipv_4_pool ⇒ ::String
Returns the value of attribute customer_owned_ipv_4_pool.
26 27 28 |
# File 'sig/types.rbs', line 26 def customer_owned_ipv_4_pool @customer_owned_ipv_4_pool end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
22 23 24 |
# File 'sig/types.rbs', line 22 def outpost_id @outpost_id end |
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
24 25 26 |
# File 'sig/types.rbs', line 24 def security_group_id @security_group_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def subnet_id @subnet_id end |