Class: Aws::ConfigService::Types::DescribeConfigurationAggregatorsResponse

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

#configuration_aggregatorsArray<Types::ConfigurationAggregator>

Returns a ConfigurationAggregators object.

Returns:



2805
2806
2807
2808
2809
2810
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2805

class DescribeConfigurationAggregatorsResponse < Struct.new(
  :configuration_aggregators,
  :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)


2805
2806
2807
2808
2809
2810
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2805

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