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.
271 272 273 |
# File 'sig/types.rbs', line 271 def endpoint_ip_address_type @endpoint_ip_address_type end |
#routing_domain ⇒ ::String
Returns the value of attribute routing_domain.
274 275 276 |
# File 'sig/types.rbs', line 274 def routing_domain @routing_domain end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
272 273 274 |
# File 'sig/types.rbs', line 272 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
270 271 272 |
# File 'sig/types.rbs', line 270 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
273 274 275 |
# File 'sig/types.rbs', line 273 def @tags end |
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
269 270 271 |
# File 'sig/types.rbs', line 269 def vpc_identifier @vpc_identifier end |