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

Class: Aws::Redshift::Types::ClusterParameterGroupStatus

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

Overview

Describes the status of a parameter group.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_parameter_status_listArray<Types::ClusterParameterStatus>

The list of parameter statuses.

For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

Returns:

#parameter_apply_statusString

The status of parameter updates.

Returns:

  • (String)

    The status of parameter updates.

#parameter_group_nameString

The name of the cluster parameter group.

Returns:

  • (String)

    The name of the cluster parameter group.