Class: Aws::Types::VpcConfig
- Inherits:
-
Object
- Object
- Aws::Types::VpcConfig
- 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.
Instance Attribute Details
#ipv_6_allowed_for_dual_stack ⇒ Boolean
Returns the value of attribute ipv_6_allowed_for_dual_stack.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 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.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def subnet_ids @subnet_ids end |