Struct rusoto_cloudformation::GetTemplateOutput [] [src]

pub struct GetTemplateOutput {
    pub stages_available: Option<Vec<String>>,
    pub template_body: Option<String>,
}

The output for GetTemplate action.

Fields

The stage of the template that you can retrieve. For stacks, the Original and Processed templates are always available. For change sets, the Original template is always available. After AWS CloudFormation finishes creating the change set, the Processed template becomes available.

Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)

AWS CloudFormation returns the same template that was used when the stack was created.

Trait Implementations

impl Default for GetTemplateOutput
[src]

[src]

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

impl Debug for GetTemplateOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetTemplateOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more