You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the parameter group.

Returns:

  • (String)

    The description of the parameter group.

#parameter_group_familyString

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

Returns:

  • (String)

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

#parameter_group_nameString

The name of the cluster parameter group.

Returns:

  • (String)

    The name of the cluster parameter group.

#tagsArray<Types::Tag>

The list of tags for the cluster parameter group.

Returns:

  • (Array<Types::Tag>)

    The list of tags for the cluster parameter group.