class Aws::ConfigService::Types::DescribeConfigurationAggregatorsRequest

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

data as a hash:

    {
      configuration_aggregator_names: ["ConfigurationAggregatorName"],
      next_token: "String",
      limit: 1,
    }

@!attribute [rw] configuration_aggregator_names

The name of the configuration aggregators.
@return [Array<String>]

@!attribute [rw] next_token

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

@!attribute [rw] limit

The maximum number of configuration aggregators returned on each
page. The default is maximum. If you specify 0, Config uses the
default.
@return [Integer]

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

Constants

SENSITIVE