Class: Aws::ConfigService::Types::StopConfigurationRecorderRequest

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

Overview

The input for the StopConfigurationRecorder action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_recorder_nameString

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

Returns:

  • (String)


8702
8703
8704
8705
8706
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8702

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