Struct rusoto_storagegateway::ListVolumesInput [] [src]

pub struct ListVolumesInput {
    pub gateway_arn: Option<String>,
    pub limit: Option<i64>,
    pub marker: Option<String>,
}

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

Fields

Specifies that the list of volumes returned be limited to the specified number of items.

A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.

Trait Implementations

impl Default for ListVolumesInput
[src]

[src]

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

impl Debug for ListVolumesInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListVolumesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations