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

An object for the configuration recorder to record configuration changes for specified resource types.



6527
6528
6529
6530
6531
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6527

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