GetTemplateOutput class

The output for GetTemplate action.

Constructors

GetTemplateOutput({List<TemplateStage>? stagesAvailable, String? templateBody})
GetTemplateOutput.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stagesAvailable List<TemplateStage>?
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.
final
templateBody String?
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited