Struct aws_sdk_storagegateway::input::DeleteTapeArchiveInput [−][src]
#[non_exhaustive]pub struct DeleteTapeArchiveInput {
pub tape_arn: Option<String>,
pub bypass_governance_retention: bool,
}
Expand description
DeleteTapeArchiveInput
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.tape_arn: Option<String>
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
bypass_governance_retention: bool
Set to TRUE
to delete an archived tape that belongs to a custom pool with
tape retention lock. Only archived tapes with tape retention lock set to
governance
can be deleted. Archived tapes with tape retention lock set to
compliance
can't be deleted.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTapeArchive, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTapeArchive, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteTapeArchive
>
Creates a new builder-style object to manufacture DeleteTapeArchiveInput
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
Set to TRUE
to delete an archived tape that belongs to a custom pool with
tape retention lock. Only archived tapes with tape retention lock set to
governance
can be deleted. Archived tapes with tape retention lock set to
compliance
can't be deleted.
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 DeleteTapeArchiveInput
impl Send for DeleteTapeArchiveInput
impl Sync for DeleteTapeArchiveInput
impl Unpin for DeleteTapeArchiveInput
impl UnwindSafe for DeleteTapeArchiveInput
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