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

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

Overview

The input for the StopConfigurationRecorder operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_recorder_nameString

The name of the customer managed configuration recorder that you want to stop.

Returns:

  • (String)


9183
9184
9185
9186
9187
# File 'lib/aws-sdk-configservice/types.rb', line 9183

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