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