Class: Aws::Redshift::Types::ClusterVersion

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_parameter_group_familyString

The name of the cluster parameter group family for the cluster.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-redshift/types.rb', line 1167

class ClusterVersion < Struct.new(
  :cluster_version,
  :cluster_parameter_group_family,
  :description)
  include Aws::Structure
end

#cluster_versionString

The version number used by the cluster.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-redshift/types.rb', line 1167

class ClusterVersion < Struct.new(
  :cluster_version,
  :cluster_parameter_group_family,
  :description)
  include Aws::Structure
end

#descriptionString

The description of the cluster version.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
# File 'lib/aws-sdk-redshift/types.rb', line 1167

class ClusterVersion < Struct.new(
  :cluster_version,
  :cluster_parameter_group_family,
  :description)
  include Aws::Structure
end