Class: Aws::ConfigService::Types::ListAggregateDiscoveredResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListAggregateDiscoveredResourcesRequest
- 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::ResourceFilters
Filters the results based on the ‘ResourceFilters` object.
-
#limit ⇒ Integer
The maximum number of resource identifiers 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.
-
#resource_type ⇒ String
The type of resources that you want Config to list in the response.
Instance Attribute Details
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
5426 5427 5428 5429 5430 5431 5432 5433 5434 |
# File 'lib/aws-sdk-configservice/types.rb', line 5426 class ListAggregateDiscoveredResourcesRequest < Struct.new( :configuration_aggregator_name, :resource_type, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::ResourceFilters
Filters the results based on the ‘ResourceFilters` object.
5426 5427 5428 5429 5430 5431 5432 5433 5434 |
# File 'lib/aws-sdk-configservice/types.rb', line 5426 class ListAggregateDiscoveredResourcesRequest < Struct.new( :configuration_aggregator_name, :resource_type, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
5426 5427 5428 5429 5430 5431 5432 5433 5434 |
# File 'lib/aws-sdk-configservice/types.rb', line 5426 class ListAggregateDiscoveredResourcesRequest < Struct.new( :configuration_aggregator_name, :resource_type, :filters, :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.
5426 5427 5428 5429 5430 5431 5432 5433 5434 |
# File 'lib/aws-sdk-configservice/types.rb', line 5426 class ListAggregateDiscoveredResourcesRequest < Struct.new( :configuration_aggregator_name, :resource_type, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resources that you want Config to list in the response.
5426 5427 5428 5429 5430 5431 5432 5433 5434 |
# File 'lib/aws-sdk-configservice/types.rb', line 5426 class ListAggregateDiscoveredResourcesRequest < Struct.new( :configuration_aggregator_name, :resource_type, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |