Class: Aws::Types::ManagedVpcResource
- Inherits:
-
Object
- Object
- Aws::Types::ManagedVpcResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_ip_address_type ⇒ "IPV4", "IPV6"
Returns the value of attribute endpoint_ip_address_type.
-
#routing_domain ⇒ ::String
Returns the value of attribute routing_domain.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
Instance Attribute Details
#endpoint_ip_address_type ⇒ "IPV4", "IPV6"
Returns the value of attribute endpoint_ip_address_type.
329 330 331 |
# File 'sig/types.rbs', line 329 def endpoint_ip_address_type @endpoint_ip_address_type end |
#routing_domain ⇒ ::String
Returns the value of attribute routing_domain.
332 333 334 |
# File 'sig/types.rbs', line 332 def routing_domain @routing_domain end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
330 331 332 |
# File 'sig/types.rbs', line 330 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
328 329 330 |
# File 'sig/types.rbs', line 328 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
331 332 333 |
# File 'sig/types.rbs', line 331 def @tags end |
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
327 328 329 |
# File 'sig/types.rbs', line 327 def vpc_identifier @vpc_identifier end |