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:



6132
6133
6134
6135
6136
6137
6138
# File 'lib/aws-sdk-redshift/types.rb', line 6132

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)


6132
6133
6134
6135
6136
6137
6138
# File 'lib/aws-sdk-redshift/types.rb', line 6132

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)


6132
6133
6134
6135
6136
6137
6138
# File 'lib/aws-sdk-redshift/types.rb', line 6132

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)


6132
6133
6134
6135
6136
6137
6138
# File 'lib/aws-sdk-redshift/types.rb', line 6132

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