Struct rusoto_snowball::ListClustersRequest [] [src]

pub struct ListClustersRequest {
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
}

Fields

The number of ClusterListEntry objects to return.

HTTP requests are stateless. To identify what object comes "next" in the list of ClusterListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

Trait Implementations

impl Default for ListClustersRequest
[src]

[src]

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

impl Debug for ListClustersRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListClustersRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations