class
Amazonite::CloudFormation::ListStackRefactorsInput
- Amazonite::CloudFormation::ListStackRefactorsInput
- Reference
- Object
Defined in:
cloudformation/list_stack_refactors_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(execution_status_filter : Array(StackRefactorExecutionStatus) | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#execution_status_filter : Array(StackRefactorExecutionStatus) | Nil
Execution status to use as a filter.
-
#execution_status_filter=(execution_status_filter : Array(StackRefactorExecutionStatus) | Nil)
Execution status to use as a filter.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of results to be returned with a single call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of results to be returned with a single call.
-
#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.
- #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?.
Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes.
Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes.
The maximum number of results to be returned with a single call. If the number of available
results exceeds this maximum, the response includes a NextToken value that you can assign to
the NextToken request parameter to get the next set of results.
The maximum number of results to be returned with a single call. If the number of available
results exceeds this maximum, the response includes a NextToken value that you can assign to
the NextToken request parameter to get the next set of results.
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.)