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]

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

impl Debug for ListTapesInput
[src]

Formats the value using the given formatter. Read more

impl Clone for ListTapesInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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