Class: Aws::Redshift::Types::ClusterVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ClusterVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes a cluster version, including the parameter group family and description of the version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_parameter_group_family ⇒ String
The name of the cluster parameter group family for the cluster.
-
#cluster_version ⇒ String
The version number used by the cluster.
-
#description ⇒ String
The description of the cluster version.
Instance Attribute Details
#cluster_parameter_group_family ⇒ String
The name of the cluster parameter group family for the cluster.
1732 1733 1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-redshift/types.rb', line 1732 class ClusterVersion < Struct.new( :cluster_version, :cluster_parameter_group_family, :description) SENSITIVE = [] include Aws::Structure end |
#cluster_version ⇒ String
The version number used by the cluster.
1732 1733 1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-redshift/types.rb', line 1732 class ClusterVersion < Struct.new( :cluster_version, :cluster_parameter_group_family, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the cluster version.
1732 1733 1734 1735 1736 1737 1738 |
# File 'lib/aws-sdk-redshift/types.rb', line 1732 class ClusterVersion < Struct.new( :cluster_version, :cluster_parameter_group_family, :description) SENSITIVE = [] include Aws::Structure end |