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

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 AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, Config uses the default.

Returns:

  • (Integer)


2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2493

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)


2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2493

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