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

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

Overview

Describes an orderable cluster option.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<Types::AvailabilityZone>

A list of availability zones for the orderable cluster.

Returns:



9470
9471
9472
9473
9474
9475
9476
9477
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9470

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

#cluster_typeString

The cluster type, for example multi-node.

Returns:

  • (String)


9470
9471
9472
9473
9474
9475
9476
9477
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9470

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

#cluster_versionString

The version of the orderable cluster.

Returns:

  • (String)


9470
9471
9472
9473
9474
9475
9476
9477
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9470

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

#node_typeString

The node type for the orderable cluster.

Returns:

  • (String)


9470
9471
9472
9473
9474
9475
9476
9477
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9470

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