GetAggregateDiscoveredResourceCountsResponse class

Constructors

GetAggregateDiscoveredResourceCountsResponse({required int totalDiscoveredResources, String? groupByKey, List<GroupedResourceCount>? groupedResourceCounts, String? nextToken})
GetAggregateDiscoveredResourceCountsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

groupByKey String?
The key passed into the request object. If GroupByKey is not provided, the result will be empty.
final
groupedResourceCounts List<GroupedResourceCount>?
Returns a list of GroupedResourceCount objects.
final
hashCode int
The hash code for this object.
no setterinherited
nextToken String?
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDiscoveredResources int
The total number of resources that are present in an aggregator with the filters that you provide.
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