Struct aws_sdk_redshift::output::ResetClusterParameterGroupOutput [−][src]
#[non_exhaustive]pub struct ResetClusterParameterGroupOutput {
pub parameter_group_name: Option<String>,
pub parameter_group_status: Option<String>,
}
Expand description
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.parameter_group_name: Option<String>
The name of the cluster parameter group.
parameter_group_status: Option<String>
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
Implementations
The name of the cluster parameter group.
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
Creates a new builder-style object to manufacture ResetClusterParameterGroupOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ResetClusterParameterGroupOutput
impl Sync for ResetClusterParameterGroupOutput
impl Unpin for ResetClusterParameterGroupOutput
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