Class: Aws::Types::EndpointDetails
- Inherits:
-
Object
- Object
- Aws::Types::EndpointDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_allocation_ids ⇒ ::Array[::String]
Returns the value of attribute address_allocation_ids.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#address_allocation_ids ⇒ ::Array[::String]
Returns the value of attribute address_allocation_ids.
706 707 708 |
# File 'sig/types.rbs', line 706 def address_allocation_ids @address_allocation_ids end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
710 711 712 |
# File 'sig/types.rbs', line 710 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
707 708 709 |
# File 'sig/types.rbs', line 707 def subnet_ids @subnet_ids end |
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
708 709 710 |
# File 'sig/types.rbs', line 708 def vpc_endpoint_id @vpc_endpoint_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
709 710 711 |
# File 'sig/types.rbs', line 709 def vpc_id @vpc_id end |