class
Amazonite::CloudFormation::DescribeStackResourceDriftsOutput
- Amazonite::CloudFormation::DescribeStackResourceDriftsOutput
- Reference
- Object
Defined in:
cloudformation/describe_stack_resource_drifts_output.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_resource_drifts : Array(StackResourceDrift), 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 request doesn't return all the remaining results,
NextTokenis set to a token. -
#next_token=(next_token : String | Nil)
If the request doesn't return all the remaining results,
NextTokenis set to a token. -
#stack_resource_drifts : Array(StackResourceDrift)
Drift information for the resources that have been checked for drift in the specified stack.
-
#stack_resource_drifts=(stack_resource_drifts : Array(StackResourceDrift))
Drift information for the resources that have been checked for drift in 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 request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call DescribeStackResourceDrifts again and assign that token
to the request object's NextToken parameter. If the request returns all results, NextToken
is set to null.
If the request doesn't return all the remaining results, NextToken is set to a token. To
retrieve the next set of results, call DescribeStackResourceDrifts again and assign that token
to the request object's NextToken parameter. If the request returns all results, NextToken
is set to null.
Drift information for the resources that have been checked for drift in the specified stack. This includes actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one StackResourceDrift for each stack resource that has been
checked for drift. Resources that haven't yet been checked for drift aren't included. Resources
that do not currently support drift detection aren't checked, and so not included. For a list of
resources that support drift detection, see Resource type support for imports and drift
detection.
Drift information for the resources that have been checked for drift in the specified stack. This includes actual and expected configuration values for resources where CloudFormation detects drift.
For a given stack, there will be one StackResourceDrift for each stack resource that has been
checked for drift. Resources that haven't yet been checked for drift aren't included. Resources
that do not currently support drift detection aren't checked, and so not included. For a list of
resources that support drift detection, see Resource type support for imports and drift
detection.