Class: Aws::Redshift::Types::OrderableClusterOption

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes an orderable cluster option.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<Types::AvailabilityZone>

A list of availability zones for the orderable cluster.

Returns:



4958
4959
4960
4961
4962
4963
4964
# File 'lib/aws-sdk-redshift/types.rb', line 4958

class OrderableClusterOption < Struct.new(
  :cluster_version,
  :cluster_type,
  :node_type,
  :availability_zones)
  include Aws::Structure
end

#cluster_typeString

The cluster type, for example multi-node.

Returns:

  • (String)


4958
4959
4960
4961
4962
4963
4964
# File 'lib/aws-sdk-redshift/types.rb', line 4958

class OrderableClusterOption < Struct.new(
  :cluster_version,
  :cluster_type,
  :node_type,
  :availability_zones)
  include Aws::Structure
end

#cluster_versionString

The version of the orderable cluster.

Returns:

  • (String)


4958
4959
4960
4961
4962
4963
4964
# File 'lib/aws-sdk-redshift/types.rb', line 4958

class OrderableClusterOption < Struct.new(
  :cluster_version,
  :cluster_type,
  :node_type,
  :availability_zones)
  include Aws::Structure
end

#node_typeString

The node type for the orderable cluster.

Returns:

  • (String)


4958
4959
4960
4961
4962
4963
4964
# File 'lib/aws-sdk-redshift/types.rb', line 4958

class OrderableClusterOption < Struct.new(
  :cluster_version,
  :cluster_type,
  :node_type,
  :availability_zones)
  include Aws::Structure
end