You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::GetTemplateOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The output for GetTemplate action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#stages_availableArray<String>

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.

Returns:

  • (Array<String>)

    The stage of the template that you can retrieve.

#template_bodyString

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.

Returns:

  • (String)

    Structure containing the template body.