Class: Aws::Types::VpcConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::VpcConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_6_allowed_for_dual_stack ⇒ Boolean
Returns the value of attribute ipv_6_allowed_for_dual_stack.
-
#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_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#ipv_6_allowed_for_dual_stack ⇒ Boolean
Returns the value of attribute ipv_6_allowed_for_dual_stack.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def ipv_6_allowed_for_dual_stack @ipv_6_allowed_for_dual_stack end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def vpc_id @vpc_id end |