Class: Aws::Redshift::Types::AvailabilityZone

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the availability zone.

Returns:

  • (String)


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_platformsArray<Types::SupportedPlatform>

Returns:



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