Class: Aws::MQ::Types::AvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::MQ::Types::AvailabilityZone
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mq/types.rb
Overview
Name of the availability zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Id for the availability zone.
Instance Attribute Details
#name ⇒ String
Id for the availability zone.
41 42 43 44 45 |
# File 'lib/aws-sdk-mq/types.rb', line 41 class AvailabilityZone < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |