Struct aws_sdk_redshift::input::DeleteClusterSnapshotInput [−][src]
#[non_exhaustive]pub struct DeleteClusterSnapshotInput {
pub snapshot_identifier: Option<String>,
pub snapshot_cluster_identifier: 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.snapshot_identifier: Option<String>
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the available
, failed
, or cancelled
state.
snapshot_cluster_identifier: Option<String>
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteClusterSnapshot, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteClusterSnapshot, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteClusterSnapshot
>
Creates a new builder-style object to manufacture DeleteClusterSnapshotInput
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the available
, failed
, or cancelled
state.
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
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 RefUnwindSafe for DeleteClusterSnapshotInput
impl Send for DeleteClusterSnapshotInput
impl Sync for DeleteClusterSnapshotInput
impl Unpin for DeleteClusterSnapshotInput
impl UnwindSafe for DeleteClusterSnapshotInput
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