Struct rusoto_storagegateway::DescribeTapeArchivesInput [] [src]

pub struct DescribeTapeArchivesInput {
    pub limit: Option<PositiveIntObject>,
    pub marker: Option<Marker>,
    pub tape_ar_ns: Option<TapeARNs>,
}

DescribeTapeArchivesInput

Fields

Specifies that the number of virtual tapes descried be limited to the specified number.

An opaque string that indicates the position at which to begin describing virtual tapes.

Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

Trait Implementations

impl Default for DescribeTapeArchivesInput
[src]

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

impl Debug for DescribeTapeArchivesInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeTapeArchivesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more