Class: Aws::ConfigService::Types::PutConfigurationAggregatorResponse

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_aggregatorTypes::ConfigurationAggregator

Returns a ConfigurationAggregator object.



6484
6485
6486
6487
6488
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6484

class PutConfigurationAggregatorResponse < Struct.new(
  :configuration_aggregator)
  SENSITIVE = []
  include Aws::Structure
end