Class: Aws::Redshift::Types::OrderableClusterOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::OrderableClusterOption
- 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
-
#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.
9241 9242 9243 9244 9245 9246 9247 9248 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9241 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
.
9241 9242 9243 9244 9245 9246 9247 9248 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9241 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.
9241 9242 9243 9244 9245 9246 9247 9248 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9241 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.
9241 9242 9243 9244 9245 9246 9247 9248 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9241 class OrderableClusterOption < Struct.new( :cluster_version, :cluster_type, :node_type, :availability_zones) SENSITIVE = [] include Aws::Structure end |