Class: Aws::Types::VPCDerivedInfo
- Inherits:
-
Object
- Object
- Aws::Types::VPCDerivedInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#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.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def availability_zones @availability_zones end |
#egress_enabled ⇒ Boolean
Returns the value of attribute egress_enabled.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def egress_enabled @egress_enabled end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def security_group_ids @security_group_ids end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def vpc_id @vpc_id end |