Class: Aws::ConfigService::Types::GetAggregateDiscoveredResourceCountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetAggregateDiscoveredResourceCountsRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
-
#filters ⇒ Types::ResourceCountFilters
Filters the results based on the
ResourceCountFilters
object. -
#group_by_key ⇒ String
The key to group the resource counts.
-
#limit ⇒ Integer
The maximum number of GroupedResourceCount objects returned on each page.
-
#next_token ⇒ String
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Instance Attribute Details
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3917 class GetAggregateDiscoveredResourceCountsRequest < Struct.new( :configuration_aggregator_name, :filters, :group_by_key, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::ResourceCountFilters
Filters the results based on the ResourceCountFilters
object.
3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3917 class GetAggregateDiscoveredResourceCountsRequest < Struct.new( :configuration_aggregator_name, :filters, :group_by_key, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#group_by_key ⇒ String
The key to group the resource counts.
3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3917 class GetAggregateDiscoveredResourceCountsRequest < Struct.new( :configuration_aggregator_name, :filters, :group_by_key, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of GroupedResourceCount objects returned on each page. The default is 1000. You cannot specify a number greater than 1000. If you specify 0, Config uses the default.
3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3917 class GetAggregateDiscoveredResourceCountsRequest < Struct.new( :configuration_aggregator_name, :filters, :group_by_key, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken
string returned on a previous page that you use to
get the next page of results in a paginated response.
3917 3918 3919 3920 3921 3922 3923 3924 3925 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3917 class GetAggregateDiscoveredResourceCountsRequest < Struct.new( :configuration_aggregator_name, :filters, :group_by_key, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |