class
Amazonite::CloudFormation::ListStackInstanceResourceDriftsOutput
Defined in:
cloudformation/list_stack_instance_resource_drifts_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(summaries : Array(StackInstanceResourceDriftsSummary) | 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 previous paginated request didn't return all of the remaining results, the response object's
NextTokenparameter value is set to a token. -
#next_token=(next_token : String | Nil)
If the previous paginated request didn't return all of the remaining results, the response object's
NextTokenparameter value is set to a token. -
#summaries : Array(StackInstanceResourceDriftsSummary) | Nil
A list of
StackInstanceResourceDriftsSummarystructures that contain information about the specified stack instances. -
#summaries=(summaries : Array(StackInstanceResourceDriftsSummary) | Nil)
A list of
StackInstanceResourceDriftsSummarystructures that contain information about the specified stack instances. - #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 previous paginated request didn't return all of the remaining results, the response
object's NextToken parameter value is set to a token. To retrieve the next set of results,
call this action again and assign that token to the request object's NextToken parameter. If
there are no remaining results, the previous response object's NextToken parameter is set to
null.
If the previous paginated request didn't return all of the remaining results, the response
object's NextToken parameter value is set to a token. To retrieve the next set of results,
call this action again and assign that token to the request object's NextToken parameter. If
there are no remaining results, the previous response object's NextToken parameter is set to
null.
A list of StackInstanceResourceDriftsSummary structures that contain information about the
specified stack instances.
A list of StackInstanceResourceDriftsSummary structures that contain information about the
specified stack instances.