GetDiscoveredResourceCountsResponse class

Constructors

GetDiscoveredResourceCountsResponse({String? nextToken, List<ResourceCount>? resourceCounts, int? totalDiscoveredResources})
GetDiscoveredResourceCountsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
The string that you use in a subsequent request to get the next page of results in a paginated response.
final
resourceCounts List<ResourceCount>?
The list of ResourceCount objects. Each object is listed in descending order by the number of resources.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDiscoveredResources int?
The total number of resources that AWS Config is recording in the region for your account. If you specify resource types in the request, AWS Config returns only the total number of resources for those resource types.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited