class Aws::CloudFormation::Types::DescribeStackResourceDriftsOutput

@!attribute [rw] stack_resource_drifts

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
[Resources that Support Drift Detection][1].

[1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift-resource-list.html
@return [Array<Types::StackResourceDrift>]

@!attribute [rw] next_token

If the request doesn't return all of 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`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackResourceDriftsOutput AWS API Documentation

Constants

SENSITIVE