Struct rusoto_storagegateway::TapeArchive[][src]

pub struct TapeArchive {
    pub completion_time: Option<f64>,
    pub retrieved_to: Option<String>,
    pub tape_arn: Option<String>,
    pub tape_barcode: Option<String>,
    pub tape_created_date: Option<f64>,
    pub tape_size_in_bytes: Option<i64>,
    pub tape_status: Option<String>,
    pub tape_used_in_bytes: Option<i64>,
}

Represents a virtual tape that is archived in the virtual tape shelf (VTS).

Fields

The time that the archiving of the virtual tape was completed.

The string format of the completion time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.

The virtual tape is retrieved from the virtual tape shelf (VTS).

The Amazon Resource Name (ARN) of an archived virtual tape.

The barcode that identifies the archived virtual tape.

The size, in bytes, of the archived virtual tape.

The current state of the archived virtual tape.

The size, in bytes, of data stored on the virtual tape.

This value is not available for tapes created prior to May 13, 2015.

Trait Implementations

impl Default for TapeArchive
[src]

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

impl Debug for TapeArchive
[src]

Formats the value using the given formatter. Read more

impl Clone for TapeArchive
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for TapeArchive