Class: Aws::ConfigService::Types::GetAggregateDiscoveredResourceCountsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_aggregator_nameString

The name of the configuration aggregator.

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4077

class GetAggregateDiscoveredResourceCountsRequest < Struct.new(
  :configuration_aggregator_name,
  :filters,
  :group_by_key,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ResourceCountFilters

Filters the results based on the ResourceCountFilters object.



4077
4078
4079
4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4077

class GetAggregateDiscoveredResourceCountsRequest < Struct.new(
  :configuration_aggregator_name,
  :filters,
  :group_by_key,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#group_by_keyString

The key to group the resource counts.

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4077

class GetAggregateDiscoveredResourceCountsRequest < Struct.new(
  :configuration_aggregator_name,
  :filters,
  :group_by_key,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

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.

Returns:

  • (Integer)


4077
4078
4079
4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4077

class GetAggregateDiscoveredResourceCountsRequest < Struct.new(
  :configuration_aggregator_name,
  :filters,
  :group_by_key,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


4077
4078
4079
4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4077

class GetAggregateDiscoveredResourceCountsRequest < Struct.new(
  :configuration_aggregator_name,
  :filters,
  :group_by_key,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end