Class: Aws::ConfigService::Types::DescribeConfigurationAggregatorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationAggregatorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_aggregators ⇒ Array<Types::ConfigurationAggregator>
Returns a ConfigurationAggregators object.
-
#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
#configuration_aggregators ⇒ Array<Types::ConfigurationAggregator>
Returns a ConfigurationAggregators object.
3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-configservice/types.rb', line 3183 class DescribeConfigurationAggregatorsResponse < Struct.new( :configuration_aggregators, :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.
3183 3184 3185 3186 3187 3188 |
# File 'lib/aws-sdk-configservice/types.rb', line 3183 class DescribeConfigurationAggregatorsResponse < Struct.new( :configuration_aggregators, :next_token) SENSITIVE = [] include Aws::Structure end |