Struct rusoto_cloudformation::ListChangeSetsInput [] [src]

pub struct ListChangeSetsInput {
    pub next_token: Option<String>,
    pub stack_name: String,
}

The input for the ListChangeSets action.

Fields

A string (provided by the ListChangeSets response output) that identifies the next page of change sets that you want to retrieve.

The name or the Amazon Resource Name (ARN) of the stack for which you want to list change sets.

Trait Implementations

impl Default for ListChangeSetsInput
[src]

[src]

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

impl Debug for ListChangeSetsInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListChangeSetsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more