Class: Aws::Types::VPCOptions
- Inherits:
-
Object
- Object
- Aws::Types::VPCOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_enabled ⇒ Boolean
Returns the value of attribute egress_enabled.
-
#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
#egress_enabled ⇒ Boolean
Returns the value of attribute egress_enabled.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def egress_enabled @egress_enabled end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def subnet_ids @subnet_ids end |