Struct rusoto_storagegateway::DescribeTapeArchivesInput[][src]

pub struct DescribeTapeArchivesInput {
    pub limit: Option<i64>,
    pub marker: Option<String>,
    pub tape_ar_ns: Option<Vec<String>>,
}

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. Read more

impl Clone for DescribeTapeArchivesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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