Class: Aws::Redshift::Types::OrderableClusterOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::OrderableClusterOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes an orderable cluster option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zones ⇒ Array<Types::AvailabilityZone>
A list of availability zones for the orderable cluster.
-
#cluster_type ⇒ String
The cluster type, for example ‘multi-node`.
-
#cluster_version ⇒ String
The version of the orderable cluster.
-
#node_type ⇒ String
The node type for the orderable cluster.
Instance Attribute Details
#availability_zones ⇒ Array<Types::AvailabilityZone>
A list of availability zones for the orderable cluster.
9177 9178 9179 9180 9181 9182 9183 9184 |
# File 'lib/aws-sdk-redshift/types.rb', line 9177 class OrderableClusterOption < Struct.new( :cluster_version, :cluster_type, :node_type, :availability_zones) SENSITIVE = [] include Aws::Structure end |
#cluster_type ⇒ String
The cluster type, for example ‘multi-node`.
9177 9178 9179 9180 9181 9182 9183 9184 |
# File 'lib/aws-sdk-redshift/types.rb', line 9177 class OrderableClusterOption < Struct.new( :cluster_version, :cluster_type, :node_type, :availability_zones) SENSITIVE = [] include Aws::Structure end |
#cluster_version ⇒ String
The version of the orderable cluster.
9177 9178 9179 9180 9181 9182 9183 9184 |
# File 'lib/aws-sdk-redshift/types.rb', line 9177 class OrderableClusterOption < Struct.new( :cluster_version, :cluster_type, :node_type, :availability_zones) SENSITIVE = [] include Aws::Structure end |
#node_type ⇒ String
The node type for the orderable cluster.
9177 9178 9179 9180 9181 9182 9183 9184 |
# File 'lib/aws-sdk-redshift/types.rb', line 9177 class OrderableClusterOption < Struct.new( :cluster_version, :cluster_type, :node_type, :availability_zones) SENSITIVE = [] include Aws::Structure end |