Class: Aws::Types::AvailabilityZone
- Inherits:
-
Object
- Object
- Aws::Types::AvailabilityZone
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#supported_platforms ⇒ ::Array[Types::SupportedPlatform]
Returns the value of attribute supported_platforms.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
143 144 145 |
# File 'sig/types.rbs', line 143 def name @name end |
#supported_platforms ⇒ ::Array[Types::SupportedPlatform]
Returns the value of attribute supported_platforms.
144 145 146 |
# File 'sig/types.rbs', line 144 def supported_platforms @supported_platforms end |