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

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

Overview

Note:

When making an API call, you may pass StopConfigurationRecorderRequest data as a hash:

{
  configuration_recorder_name: "RecorderName", # required
}

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)


8417
8418
8419
8420
8421
# File 'lib/aws-sdk-configservice/types.rb', line 8417

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