Struct rusoto_appstream::DescribeStacksResult [] [src]

pub struct DescribeStacksResult {
    pub next_token: Option<String>,
    pub stacks: Option<StackList>,
}

Fields

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

The list of stack details.

Trait Implementations

impl Default for DescribeStacksResult
[src]

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

impl Debug for DescribeStacksResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeStacksResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more