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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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

Returns:

  • (Integer)


3284
3285
3286
3287
3288
3289
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3284

class DescribePendingAggregationRequestsRequest < Struct.new(
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3284
3285
3286
3287
3288
3289
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3284

class DescribePendingAggregationRequestsRequest < Struct.new(
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end