Class: Aws::Redshift::Types::ClusterParameterGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes a parameter group.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the parameter group.

Returns:

  • (String)


826
827
828
829
830
831
832
# File 'lib/aws-sdk-redshift/types.rb', line 826

class ClusterParameterGroup < Struct.new(
  :parameter_group_name,
  :parameter_group_family,
  :description,
  :tags)
  include Aws::Structure
end

#parameter_group_familyString

The name of the cluster parameter group family that this cluster parameter group is compatible with.

Returns:

  • (String)


826
827
828
829
830
831
832
# File 'lib/aws-sdk-redshift/types.rb', line 826

class ClusterParameterGroup < Struct.new(
  :parameter_group_name,
  :parameter_group_family,
  :description,
  :tags)
  include Aws::Structure
end

#parameter_group_nameString

The name of the cluster parameter group.

Returns:

  • (String)


826
827
828
829
830
831
832
# File 'lib/aws-sdk-redshift/types.rb', line 826

class ClusterParameterGroup < Struct.new(
  :parameter_group_name,
  :parameter_group_family,
  :description,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of tags for the cluster parameter group.

Returns:



826
827
828
829
830
831
832
# File 'lib/aws-sdk-redshift/types.rb', line 826

class ClusterParameterGroup < Struct.new(
  :parameter_group_name,
  :parameter_group_family,
  :description,
  :tags)
  include Aws::Structure
end