Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterParameterStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterClusterParameterStatus
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#parameter_apply_error_description ⇒ String
The error that prevented the parameter from being applied to the database.
-
#parameter_apply_status ⇒ String
The status of the parameter.
-
#parameter_name ⇒ String
The name of the parameter.
Instance Attribute Details
#parameter_apply_error_description ⇒ String
The error that prevented the parameter from being applied to the database.
17394 17395 17396 17397 17398 17399 17400 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17394 class AwsRedshiftClusterClusterParameterStatus < Struct.new( :parameter_name, :parameter_apply_status, :parameter_apply_error_description) SENSITIVE = [] include Aws::Structure end |
#parameter_apply_status ⇒ String
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`
17394 17395 17396 17397 17398 17399 17400 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17394 class AwsRedshiftClusterClusterParameterStatus < Struct.new( :parameter_name, :parameter_apply_status, :parameter_apply_error_description) SENSITIVE = [] include Aws::Structure end |
#parameter_name ⇒ String
The name of the parameter.
17394 17395 17396 17397 17398 17399 17400 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17394 class AwsRedshiftClusterClusterParameterStatus < Struct.new( :parameter_name, :parameter_apply_status, :parameter_apply_error_description) SENSITIVE = [] include Aws::Structure end |