Struct rusoto_storagegateway::DeleteTapeInput[][src]

pub struct DeleteTapeInput {
    pub gateway_arn: String,
    pub tape_arn: String,
}

DeleteTapeInput

Fields

The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and region.

The Amazon Resource Name (ARN) of the virtual tape to delete.

Trait Implementations

impl Default for DeleteTapeInput
[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteTapeInput
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteTapeInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteTapeInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations