Struct rusoto_cloudformation::StackSummary [] [src]

pub struct StackSummary {
    pub creation_time: String,
    pub deletion_time: Option<String>,
    pub last_updated_time: Option<String>,
    pub stack_id: Option<String>,
    pub stack_name: String,
    pub stack_status: String,
    pub stack_status_reason: Option<String>,
    pub template_description: Option<String>,
}

The StackSummary Data Type

Fields

The time the stack was created.

The time the stack was deleted.

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

Unique stack identifier.

The name associated with the stack.

The current status of the stack.

Success/Failure message associated with the stack status.

The template description of the template used to create the stack.

Trait Implementations

impl Default for StackSummary
[src]

[src]

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

impl Debug for StackSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for StackSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more