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.
8774 8775 8776 8777 8778 8779 8780 8781 8782 |
# File 'lib/aws-sdk-configservice/types.rb', line 8774 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.
8774 8775 8776 8777 8778 8779 8780 8781 8782 |
# File 'lib/aws-sdk-configservice/types.rb', line 8774 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.
8774 8775 8776 8777 8778 8779 8780 8781 8782 |
# File 'lib/aws-sdk-configservice/types.rb', line 8774 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.
8774 8775 8776 8777 8778 8779 8780 8781 8782 |
# File 'lib/aws-sdk-configservice/types.rb', line 8774 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.
8774 8775 8776 8777 8778 8779 8780 8781 8782 |
# File 'lib/aws-sdk-configservice/types.rb', line 8774 class SelectAggregateResourceConfigRequest < Struct.new( :expression, :configuration_aggregator_name, :limit, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |