Struct rusoto_storagegateway::DeleteTapeInput [] [src]

pub struct DeleteTapeInput {
    pub gateway_arn: GatewayARN,
    pub tape_arn: TapeARN,
}

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.

impl Clone for DeleteTapeInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more