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.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 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.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def vpc_id @vpc_id end |