ResourceCount
Information about the number of results that match the query. At this time, AWS Resource Explorer doesn't count more than 1,000 matches for any query. This structure provides information about whether the query exceeded this limit.
This field is included in every page when you paginate the results.
Contents
Note
In the following list, the required parameters are described first.
- Complete
-
Indicates whether the
TotalResources
value represents an exhaustive count of search results.-
If
True
, it indicates that the search was exhaustive. Every resource that matches the query was counted. -
If
False
, then the search reached the limit of 1,000 matching results, and stopped counting.
Type: Boolean
Required: No
-
- TotalResources
-
The number of resources that match the search query. This value can't exceed 1,000. If there are more than 1,000 resources that match the query, then only 1,000 are counted and the
Complete
field is set to false. We recommend that you refine your query to return a smaller number of results.Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: