Struct rusoto_storagegateway::ListTapesInput [] [src]

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

A JSON object that contains one or more of the following fields:

Fields

An optional number limit for the tapes in the list returned by this call.

A string that indicates the position at which to begin the returned list of tapes.

Trait Implementations

impl Default for ListTapesInput
[src]

[src]

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

impl Debug for ListTapesInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListTapesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations