Class: Aws::ConfigService::Types::DescribeAggregationAuthorizationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeAggregationAuthorizationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
The maximum number of AggregationAuthorizations 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.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, Config uses the default.
2493 2494 2495 2496 2497 2498 |
# File 'lib/aws-sdk-configservice/types.rb', line 2493 class DescribeAggregationAuthorizationsRequest < Struct.new( :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
2493 2494 2495 2496 2497 2498 |
# File 'lib/aws-sdk-configservice/types.rb', line 2493 class DescribeAggregationAuthorizationsRequest < Struct.new( :limit, :next_token) SENSITIVE = [] include Aws::Structure end |