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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2833
2834
2835
2836
2837
2838
# File 'lib/aws-sdk-configservice/types.rb', line 2833

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)


2833
2834
2835
2836
2837
2838
# File 'lib/aws-sdk-configservice/types.rb', line 2833

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