Struct aws_sdk_redshift::input::ModifyClusterDbRevisionInput [−][src]
#[non_exhaustive]pub struct ModifyClusterDbRevisionInput {
pub cluster_identifier: Option<String>,
pub revision_target: Option<String>,
}
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.cluster_identifier: Option<String>
The unique identifier of a cluster whose database revision you want to modify.
Example: examplecluster
revision_target: Option<String>
The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions
request.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyClusterDbRevision, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyClusterDbRevision, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ModifyClusterDbRevision
>
Creates a new builder-style object to manufacture ModifyClusterDbRevisionInput
The unique identifier of a cluster whose database revision you want to modify.
Example: examplecluster
The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions
request.
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 ModifyClusterDbRevisionInput
impl Sync for ModifyClusterDbRevisionInput
impl Unpin for ModifyClusterDbRevisionInput
impl UnwindSafe for ModifyClusterDbRevisionInput
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