Struct rusoto_cloudformation::CreateStackOutput [] [src]

pub struct CreateStackOutput {
    pub stack_id: Option<StackId>,
}

The output for a CreateStack action.

Fields

Unique identifier of the stack.

Trait Implementations

impl Default for CreateStackOutput
[src]

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

impl Debug for CreateStackOutput
[src]

Formats the value using the given formatter.

impl Clone for CreateStackOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more