GetAggregateDiscoveredResourceCountsResponse
public struct GetAggregateDiscoveredResourceCountsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The key passed into the request object. If GroupByKey is not provided, the result will be empty.
Declaration
Swift
public let groupByKey: String?
-
Returns a list of GroupedResourceCount objects.
Declaration
Swift
public let groupedResourceCounts: [GroupedResourceCount]?
-
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
The total number of resources that are present in an aggregator with the filters that you provide.
Declaration
Swift
public let totalDiscoveredResources: Int64
-
Undocumented
Declaration
Swift
public init(groupByKey: String? = nil, groupedResourceCounts: [GroupedResourceCount]? = nil, nextToken: String? = nil, totalDiscoveredResources: Int64)