Class: Aws::Types::SetSubnetsOutput
- Inherits:
-
Object
- Object
- Aws::Types::SetSubnetsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
-
#enable_prefix_for_ipv_6_source_nat ⇒ "on", "off"
Returns the value of attribute enable_prefix_for_ipv_6_source_nat.
-
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
Instance Attribute Details
#availability_zones ⇒ ::Array[Types::AvailabilityZone]
Returns the value of attribute availability_zones.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def availability_zones @availability_zones end |
#enable_prefix_for_ipv_6_source_nat ⇒ "on", "off"
Returns the value of attribute enable_prefix_for_ipv_6_source_nat.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def enable_prefix_for_ipv_6_source_nat @enable_prefix_for_ipv_6_source_nat end |
#ip_address_type ⇒ "ipv4", ...
Returns the value of attribute ip_address_type.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def ip_address_type @ip_address_type end |