Struct rusoto_cloudformation::StackSetSummary [] [src]

pub struct StackSetSummary {
    pub description: Option<String>,
    pub stack_set_id: Option<String>,
    pub stack_set_name: Option<String>,
    pub status: Option<String>,
}

The structures that contain summary information about the specified stack set.

Fields

A description of the stack set that you specify when the stack set is created or updated.

The ID of the stack set.

The name of the stack set.

The status of the stack set.

Trait Implementations

impl Default for StackSetSummary
[src]

[src]

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

impl Debug for StackSetSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for StackSetSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more