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

Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterParameterStatus

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

Overview

Note:

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

{
  parameter_name: "NonEmptyString",
  parameter_apply_status: "NonEmptyString",
  parameter_apply_error_description: "NonEmptyString",
}

The status of a parameter in a cluster parameter group for an Amazon Redshift cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_apply_error_descriptionString

The error that prevented the parameter from being applied to the database.

Returns:

  • (String)

    The error that prevented the parameter from being applied to the database.

#parameter_apply_statusString

The status of the parameter. Indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when it was applied.

Valid values: in-sync | pending-reboot | applying | invalid-parameter | apply-deferred | apply-error | unknown-error

Returns:

  • (String)

    The status of the parameter.

#parameter_nameString

The name of the parameter.

Returns:

  • (String)

    The name of the parameter.