class
Amazonite::CloudFormation::ListChangeSetsOutput
- Amazonite::CloudFormation::ListChangeSetsOutput
- Reference
- Object
Overview
The output for the ListChangeSets action.
Defined in:
cloudformation/list_change_sets_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(summaries : Array(ChangeSetSummary) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
If the output exceeds 1 MB, a string that identifies the next page of change sets.
-
#next_token=(next_token : String | Nil)
If the output exceeds 1 MB, a string that identifies the next page of change sets.
-
#summaries : Array(ChangeSetSummary) | Nil
A list of
ChangeSetSummarystructures that provides the ID and status of each change set for the specified stack. -
#summaries=(summaries : Array(ChangeSetSummary) | Nil)
A list of
ChangeSetSummarystructures that provides the ID and status of each change set for the specified stack. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is
no additional page, this value is null.
If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is
no additional page, this value is null.
A list of ChangeSetSummary structures that provides the ID and status of each change set for
the specified stack.
A list of ChangeSetSummary structures that provides the ID and status of each change set for
the specified stack.