Struct rusoto_storagegateway::ListTapesOutput [] [src]

pub struct ListTapesOutput {
    pub marker: Option<String>,
    pub tape_infos: Option<Vec<TapeInfo>>,
}

A JSON object containing the following fields:

Fields

A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.

Trait Implementations

impl Default for ListTapesOutput
[src]

[src]

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

impl Debug for ListTapesOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListTapesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations