Class: Aws::ConfigService::Types::DescribeConfigurationAggregatorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationAggregatorsResponse
- Defined in:
- gems/aws-sdk-configservice/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.
3150 3151 3152 3153 3154 3155 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3150 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.
3150 3151 3152 3153 3154 3155 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3150 class DescribeConfigurationAggregatorsResponse < Struct.new( :configuration_aggregators, :next_token) SENSITIVE = [] include Aws::Structure end |