You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::DescribePendingAggregationRequestsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribePendingAggregationRequestsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  limit: 1,
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#limit ⇒ Integer

The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.

Returns:

  • (Integer) —

    The maximum number of evaluation results 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.

Returns:

  • (String) —

    The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.