Class: Aws::ConfigService::Types::SelectAggregateResourceConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::SelectAggregateResourceConfigRequest
- 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.
-
#expression ⇒ String
The SQL query SELECT command.
-
#limit ⇒ Integer
The maximum number of query results returned on each page.
-
#max_results ⇒ Integer
The maximum number of query results returned on each page.
-
#next_token ⇒ String
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Instance Attribute Details
#configuration_aggregator_name ⇒ String
The name of the configuration aggregator.
8730 8731 8732 8733 8734 8735 8736 8737 8738 |
# File 'lib/aws-sdk-configservice/types.rb', line 8730 class SelectAggregateResourceConfigRequest < Struct.new( :expression, :configuration_aggregator_name, :limit, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#expression ⇒ String
The SQL query SELECT command.
8730 8731 8732 8733 8734 8735 8736 8737 8738 |
# File 'lib/aws-sdk-configservice/types.rb', line 8730 class SelectAggregateResourceConfigRequest < Struct.new( :expression, :configuration_aggregator_name, :limit, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of query results returned on each page.
8730 8731 8732 8733 8734 8735 8736 8737 8738 |
# File 'lib/aws-sdk-configservice/types.rb', line 8730 class SelectAggregateResourceConfigRequest < Struct.new( :expression, :configuration_aggregator_name, :limit, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of query results returned on each page. Config also allows the Limit request parameter.
8730 8731 8732 8733 8734 8735 8736 8737 8738 |
# File 'lib/aws-sdk-configservice/types.rb', line 8730 class SelectAggregateResourceConfigRequest < Struct.new( :expression, :configuration_aggregator_name, :limit, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
8730 8731 8732 8733 8734 8735 8736 8737 8738 |
# File 'lib/aws-sdk-configservice/types.rb', line 8730 class SelectAggregateResourceConfigRequest < Struct.new( :expression, :configuration_aggregator_name, :limit, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |