Struct rusoto_cloudformation::DescribeChangeSetInput [] [src]

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

The input for the DescribeChangeSet action.

Fields

The name or Amazon Resource Name (ARN) of the change set that you want to describe.

A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

Trait Implementations

impl Default for DescribeChangeSetInput
[src]

[src]

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

impl Debug for DescribeChangeSetInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeChangeSetInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more