Struct rusoto_storagegateway::TapeInfo[][src]

pub struct TapeInfo {
    pub gateway_arn: Option<String>,
    pub tape_arn: Option<String>,
    pub tape_barcode: Option<String>,
    pub tape_size_in_bytes: Option<i64>,
    pub tape_status: Option<String>,
}

Describes a virtual tape.

Fields

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

The Amazon Resource Name (ARN) of a virtual tape.

The barcode that identifies a specific virtual tape.

The size, in bytes, of a virtual tape.

The status of the tape.

Trait Implementations

impl Default for TapeInfo
[src]

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

impl Debug for TapeInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for TapeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for TapeInfo

impl Sync for TapeInfo