Struct rusoto_support::DescribeCasesResponse [] [src]

pub struct DescribeCasesResponse {
    pub cases: Option<CaseList>,
    pub next_token: Option<NextToken>,
}

Returns an array of CaseDetails objects and a nextToken that defines a point for pagination in the result set.

Fields

The details for the cases that match the request.

A resumption point for pagination.

Trait Implementations

impl Default for DescribeCasesResponse
[src]

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

impl Debug for DescribeCasesResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeCasesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more