Class: Aws::Types::AvailabilityZone
- Inherits:
-
Object
- Object
- Aws::Types::AvailabilityZone
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#zone_name ⇒ ::String
Returns the value of attribute zone_name.
Instance Attribute Details
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
300 301 302 |
# File 'sig/types.rbs', line 300 def subnet_id @subnet_id end |
#zone_name ⇒ ::String
Returns the value of attribute zone_name.
299 300 301 |
# File 'sig/types.rbs', line 299 def zone_name @zone_name end |