Struct rusoto_storagegateway::RetrieveTapeArchiveInput [] [src]

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

RetrieveTapeArchiveInput

Fields

The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a list of gateways for your account and region.

You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.

The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).

Trait Implementations

impl Default for RetrieveTapeArchiveInput
[src]

[src]

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

impl Debug for RetrieveTapeArchiveInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for RetrieveTapeArchiveInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more