Class: Aws::ConfigService::Types::PutConfigurationRecorderRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

The input for the PutConfigurationRecorder action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_recorderTypes::ConfigurationRecorder

The configuration recorder object that records each configuration change made to the resources.



6313
6314
6315
6316
6317
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6313

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