Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterParameterStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterClusterParameterStatus
- 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
-
#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.
16908 16909 16910 16911 16912 16913 16914 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16908 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
16908 16909 16910 16911 16912 16913 16914 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16908 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.
16908 16909 16910 16911 16912 16913 16914 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16908 class AwsRedshiftClusterClusterParameterStatus < Struct.new( :parameter_name, :parameter_apply_status, :parameter_apply_error_description) SENSITIVE = [] include Aws::Structure end |