Class ListResourceDriftsResponse (0.4.0)

ListResourceDriftsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A response to a 'ListResourceDrifts' call. Contains a list of ResourceDrifts.

Attributes

Name Description
resource_drifts MutableSequence[google.cloud.config_v1.types.ResourceDrift]
List of ResourceDrifts.
next_page_token str
A token to request the next page of resources from the 'ListResourceDrifts' method. The value of an empty string means that there are no more resources to return.
unreachable MutableSequence[str]
Unreachable resources, if any.