Struct rusoto_snowball::ListClusterJobsRequest [] [src]

pub struct ListClusterJobsRequest {
    pub cluster_id: ClusterId,
    pub max_results: Option<ListLimit>,
    pub next_token: Option<String>,
}

Fields

The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

The number of JobListEntry objects to return.

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

Trait Implementations

impl Default for ListClusterJobsRequest
[src]

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

impl Debug for ListClusterJobsRequest
[src]

Formats the value using the given formatter.

impl Clone for ListClusterJobsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more