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.
5035 5036 5037 5038 5039 5040 5041 5042 5043 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5035 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.
5035 5036 5037 5038 5039 5040 5041 5042 5043 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5035 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.
5035 5036 5037 5038 5039 5040 5041 5042 5043 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5035 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.
5035 5036 5037 5038 5039 5040 5041 5042 5043 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5035 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.
5035 5036 5037 5038 5039 5040 5041 5042 5043 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5035 class ListAggregateDiscoveredResourcesRequest < Struct.new( :configuration_aggregator_name, :resource_type, :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |