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]

[src]

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

impl Debug for TapeInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for TapeInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TapeInfo

impl Sync for TapeInfo