Struct aws_sdk_securityhub::model::aws_redshift_cluster_cluster_parameter_status::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsRedshiftClusterClusterParameterStatus
Implementations
The name of the parameter.
The name of the parameter.
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
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
The error that prevented the parameter from being applied to the database.
The error that prevented the parameter from being applied to the database.
Consumes the builder and constructs a AwsRedshiftClusterClusterParameterStatus
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more