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:



8903
8904
8905
8906
8907
8908
8909
8910
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8903

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)


8903
8904
8905
8906
8907
8908
8909
8910
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8903

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)


8903
8904
8905
8906
8907
8908
8909
8910
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8903

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)


8903
8904
8905
8906
8907
8908
8909
8910
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8903

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