Class: Aws::ConfigService::Types::ListAggregateDiscoveredResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListAggregateDiscoveredResourcesRequest
- 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::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.
4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4822 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.
4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4822 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.
4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4822 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.
4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4822 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.
4822 4823 4824 4825 4826 4827 4828 4829 4830 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4822 class ListAggregateDiscoveredResourcesRequest < Struct.new( :configuration_aggregator_name, :resource_type, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |