Struct aws_sdk_fsx::input::DeleteVolumeInput [−][src]
#[non_exhaustive]pub struct DeleteVolumeInput {
pub client_request_token: Option<String>,
pub volume_id: Option<String>,
pub ontap_configuration: Option<DeleteVolumeOntapConfiguration>,
}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.client_request_token: Option<String>(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
volume_id: Option<String>The ID of the volume you are deleting.
ontap_configuration: Option<DeleteVolumeOntapConfiguration>For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the backup.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteVolume, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteVolume, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteVolume>
Creates a new builder-style object to manufacture DeleteVolumeInput
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the backup.
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 DeleteVolumeInput
impl Send for DeleteVolumeInput
impl Sync for DeleteVolumeInput
impl Unpin for DeleteVolumeInput
impl UnwindSafe for DeleteVolumeInput
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