Class: Aws::MQ::Types::AvailabilityZone

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb

Overview

Name of the availability zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Id for the availability zone.

Returns:

  • (String)


41
42
43
44
45
# File 'gems/aws-sdk-mq/lib/aws-sdk-mq/types.rb', line 41

class AvailabilityZone < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end