Class: Aws::ConfigService::Types::DescribeAggregationAuthorizationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeAggregationAuthorizationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregation_authorizations ⇒ Array<Types::AggregationAuthorization>
Returns a list of authorizations granted to various aggregator accounts and regions.
-
#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
#aggregation_authorizations ⇒ Array<Types::AggregationAuthorization>
Returns a list of authorizations granted to various aggregator accounts and regions.
2829 2830 2831 2832 2833 2834 |
# File 'lib/aws-sdk-configservice/types.rb', line 2829 class DescribeAggregationAuthorizationsResponse < Struct.new( :aggregation_authorizations, :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.
2829 2830 2831 2832 2833 2834 |
# File 'lib/aws-sdk-configservice/types.rb', line 2829 class DescribeAggregationAuthorizationsResponse < Struct.new( :aggregation_authorizations, :next_token) SENSITIVE = [] include Aws::Structure end |