Class: Aws::ConfigService::Types::DescribeAggregationAuthorizationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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

Returns:

  • (Integer)


2465
2466
2467
2468
2469
2470
# File 'lib/aws-sdk-configservice/types.rb', line 2465

class DescribeAggregationAuthorizationsRequest < 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)


2465
2466
2467
2468
2469
2470
# File 'lib/aws-sdk-configservice/types.rb', line 2465

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