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]

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

impl Debug for RetrieveTapeArchiveInput
[src]

Formats the value using the given formatter. Read more

impl Clone for RetrieveTapeArchiveInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RetrieveTapeArchiveInput
[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