class
Amazonite::CloudFormation::ListStacksInput
- Amazonite::CloudFormation::ListStacksInput
- Reference
- Object
Overview
The input for ListStacks action.
Defined in:
cloudformation/list_stacks_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(next_token : String | Nil = nil, stack_status_filter : Array(StackStatus) | 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
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#stack_status_filter : Array(StackStatus) | Nil
Stack status to use as a filter.
-
#stack_status_filter=(stack_status_filter : Array(StackStatus) | Nil)
Stack status to use as a filter.
- #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?.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with
the specified status codes. For a complete list of stack status codes, see the StackStatus
parameter of the Stack data type.
Stack status to use as a filter. Specify one or more stack status codes to list only stacks with
the specified status codes. For a complete list of stack status codes, see the StackStatus
parameter of the Stack data type.