Class: Aws::ConfigService::Types::StartConfigurationRecorderRequest

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

Overview

The input for the StartConfigurationRecorder 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)


8517
8518
8519
8520
8521
# File 'lib/aws-sdk-configservice/types.rb', line 8517

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