Class: Aws::Redshift::Types::AvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::AvailabilityZone
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes an availability zone.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the availability zone.
Instance Attribute Details
#name ⇒ String
The name of the availability zone.
140 141 142 143 |
# File 'lib/aws-sdk-redshift/types.rb', line 140 class AvailabilityZone < Struct.new( :name) include Aws::Structure end |