Class: Aws::Redshift::Types::AvailabilityZone
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::AvailabilityZone
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Describes an availability zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the availability zone.
-
#supported_platforms ⇒ Array<Types::SupportedPlatform>
Instance Attribute Details
#name ⇒ String
The name of the availability zone.
450 451 452 453 454 455 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 450 class AvailabilityZone < Struct.new( :name, :supported_platforms) SENSITIVE = [] include Aws::Structure end |
#supported_platforms ⇒ Array<Types::SupportedPlatform>
450 451 452 453 454 455 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 450 class AvailabilityZone < Struct.new( :name, :supported_platforms) SENSITIVE = [] include Aws::Structure end |