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)


500
501
502
503
504
505
506
# File 'lib/aws-sdk-redshift/types.rb', line 500

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)


500
501
502
503
504
505
506
# File 'lib/aws-sdk-redshift/types.rb', line 500

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)


500
501
502
503
504
505
506
# File 'lib/aws-sdk-redshift/types.rb', line 500

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:



500
501
502
503
504
505
506
# File 'lib/aws-sdk-redshift/types.rb', line 500

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