class Aws::ConfigService::Types::SelectAggregateResourceConfigRequest

@note When making an API call, you may pass SelectAggregateResourceConfigRequest

data as a hash:

    {
      expression: "Expression", # required
      configuration_aggregator_name: "ConfigurationAggregatorName", # required
      limit: 1,
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] expression

The SQL query SELECT command.
@return [String]

@!attribute [rw] configuration_aggregator_name

The name of the configuration aggregator.
@return [String]

@!attribute [rw] limit

The maximum number of query results returned on each page.
@return [Integer]

@!attribute [rw] max_results

The maximum number of query results returned on each page. Config
also allows the Limit request parameter.
@return [Integer]

@!attribute [rw] next_token

The nextToken string returned in a previous request that you use to
request the next page of results in a paginated response.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/SelectAggregateResourceConfigRequest AWS API Documentation

Constants

SENSITIVE