Class: Aws::Types::AvailabilityZone
- Inherits:
-
Object
- Object
- Aws::Types::AvailabilityZone
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_addresses ⇒ ::Array[Types::LoadBalancerAddress]
Returns the value of attribute load_balancer_addresses.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
-
#source_nat_ipv_6_prefixes ⇒ ::Array[::String]
Returns the value of attribute source_nat_ipv_6_prefixes.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#zone_name ⇒ ::String
Returns the value of attribute zone_name.
Instance Attribute Details
#load_balancer_addresses ⇒ ::Array[Types::LoadBalancerAddress]
Returns the value of attribute load_balancer_addresses.
106 107 108 |
# File 'sig/types.rbs', line 106 def load_balancer_addresses @load_balancer_addresses end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
105 106 107 |
# File 'sig/types.rbs', line 105 def outpost_id @outpost_id end |
#source_nat_ipv_6_prefixes ⇒ ::Array[::String]
Returns the value of attribute source_nat_ipv_6_prefixes.
107 108 109 |
# File 'sig/types.rbs', line 107 def source_nat_ipv_6_prefixes @source_nat_ipv_6_prefixes end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
104 105 106 |
# File 'sig/types.rbs', line 104 def subnet_id @subnet_id end |
#zone_name ⇒ ::String
Returns the value of attribute zone_name.
103 104 105 |
# File 'sig/types.rbs', line 103 def zone_name @zone_name end |