Struct aws_sdk_memorydb::input::DeleteClusterInput [−][src]
#[non_exhaustive]pub struct DeleteClusterInput {
pub cluster_name: Option<String>,
pub final_snapshot_name: 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_name: Option<String>The name of the cluster to be deleted
final_snapshot_name: Option<String>The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCluster, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCluster, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteCluster>
Creates a new builder-style object to manufacture DeleteClusterInput
The name of the cluster to be deleted
The user-supplied name of a final cluster snapshot. This is the unique name that identifies the snapshot. MemoryDB creates the snapshot, and then deletes the cluster immediately afterward.
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 DeleteClusterInput
impl Send for DeleteClusterInput
impl Sync for DeleteClusterInput
impl Unpin for DeleteClusterInput
impl UnwindSafe for DeleteClusterInput
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
