Class: Aws::ConfigService::Types::GetAggregateDiscoveredResourceCountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetAggregateDiscoveredResourceCountsRequest
- Includes:
- Structure
- Defined in:
- 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.
4105 4106 4107 4108 4109 4110 4111 4112 4113 |
# File 'lib/aws-sdk-configservice/types.rb', line 4105 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.
4105 4106 4107 4108 4109 4110 4111 4112 4113 |
# File 'lib/aws-sdk-configservice/types.rb', line 4105 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.
4105 4106 4107 4108 4109 4110 4111 4112 4113 |
# File 'lib/aws-sdk-configservice/types.rb', line 4105 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
-
If you specify 0, Config uses the default.
4105 4106 4107 4108 4109 4110 4111 4112 4113 |
# File 'lib/aws-sdk-configservice/types.rb', line 4105 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.
4105 4106 4107 4108 4109 4110 4111 4112 4113 |
# File 'lib/aws-sdk-configservice/types.rb', line 4105 class GetAggregateDiscoveredResourceCountsRequest < Struct.new( :configuration_aggregator_name, :filters, :group_by_key, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |