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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


17391
17392
17393
17394
17395
17396
17397
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17391

class AwsRedshiftClusterClusterParameterStatus < Struct.new(
  :parameter_name,
  :parameter_apply_status,
  :parameter_apply_error_description)
  SENSITIVE = []
  include Aws::Structure
end

#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)


17391
17392
17393
17394
17395
17396
17397
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17391

class AwsRedshiftClusterClusterParameterStatus < Struct.new(
  :parameter_name,
  :parameter_apply_status,
  :parameter_apply_error_description)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_nameString

The name of the parameter.

Returns:

  • (String)


17391
17392
17393
17394
17395
17396
17397
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17391

class AwsRedshiftClusterClusterParameterStatus < Struct.new(
  :parameter_name,
  :parameter_apply_status,
  :parameter_apply_error_description)
  SENSITIVE = []
  include Aws::Structure
end