class
Amazonite::CloudFormation::ListStackResourcesOutput
- Amazonite::CloudFormation::ListStackResourcesOutput
- Reference
- Object
Overview
The output for a ListStackResources action.
Defined in:
cloudformation/list_stack_resources_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_resource_summaries : Array(StackResourceSummary) | 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 stack resources.
-
#next_token=(next_token : String | Nil)
If the output exceeds 1 MB, a string that identifies the next page of stack resources.
-
#stack_resource_summaries : Array(StackResourceSummary) | Nil
A list of
StackResourceSummarystructures. -
#stack_resource_summaries=(stack_resource_summaries : Array(StackResourceSummary) | Nil)
A list of
StackResourceSummarystructures. - #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 stack resources. If no additional page exists, this value is null.
If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.
A list of StackResourceSummary structures.
A list of StackResourceSummary structures.