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)


832
833
834
835
836
837
# File 'lib/aws-sdk-redshift/types.rb', line 832

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)


832
833
834
835
836
837
# File 'lib/aws-sdk-redshift/types.rb', line 832

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

#descriptionString

The description of the cluster version.

Returns:

  • (String)


832
833
834
835
836
837
# File 'lib/aws-sdk-redshift/types.rb', line 832

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