Struct aws_sdk_fsx::input::DeleteStorageVirtualMachineInput [−][src]
#[non_exhaustive]pub struct DeleteStorageVirtualMachineInput {
pub client_request_token: Option<String>,
pub storage_virtual_machine_id: 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.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.
storage_virtual_machine_id: Option<String>The ID of the SVM that you want to delete.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteStorageVirtualMachine, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteStorageVirtualMachine, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteStorageVirtualMachine>
Creates a new builder-style object to manufacture DeleteStorageVirtualMachineInput
(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.
The ID of the SVM that you want to delete.
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 DeleteStorageVirtualMachineInput
impl Sync for DeleteStorageVirtualMachineInput
impl Unpin for DeleteStorageVirtualMachineInput
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