You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::GetAggregateDiscoveredResourceCountsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#group_by_keyString

The key passed into the request object. If GroupByKey is not provided, the result will be empty.

Returns:

  • (String)

    The key passed into the request object.

#grouped_resource_countsArray<Types::GroupedResourceCount>

Returns a list of GroupedResourceCount objects.

Returns:

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)

    The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

#total_discovered_resourcesInteger

The total number of resources that are present in an aggregator with the filters that you provide.

Returns:

  • (Integer)

    The total number of resources that are present in an aggregator with the filters that you provide.