Struct rusoto_cloudformation::ListStacksOutput [] [src]

pub struct ListStacksOutput {
    pub next_token: Option<String>,
    pub stack_summaries: Option<Vec<StackSummary>>,
}

The output for ListStacks action.

Fields

If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.

A list of StackSummary structures containing information about the specified stacks.

Trait Implementations

impl Default for ListStacksOutput
[src]

[src]

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

impl Debug for ListStacksOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListStacksOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more