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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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

Instance Attribute Details

#cluster_parameter_group_familyString

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

Returns:

  • (String)


1732
1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-redshift/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_versionString

The version number used by the cluster.

Returns:

  • (String)


1732
1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1732

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

#descriptionString

The description of the cluster version.

Returns:

  • (String)


1732
1733
1734
1735
1736
1737
1738
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1732

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