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

Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterParameterGroup

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

Overview

Note:

When passing AwsRedshiftClusterClusterParameterGroup as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster_parameter_status_list: [
    {
      parameter_name: "NonEmptyString",
      parameter_apply_status: "NonEmptyString",
      parameter_apply_error_description: "NonEmptyString",
    },
  ],
  parameter_apply_status: "NonEmptyString",
  parameter_group_name: "NonEmptyString",
}

A cluster parameter group that is associated with an Amazon Redshift cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_parameter_status_listArray<Types::AwsRedshiftClusterClusterParameterStatus>

The list of parameter statuses.

Returns:

#parameter_apply_statusString

The status of updates to the parameters.

Returns:

  • (String)

    The status of updates to the parameters.

#parameter_group_nameString

The name of the parameter group.

Returns:

  • (String)

    The name of the parameter group.