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

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 StartConfigurationRecorderRequest data as a hash:

{
  configuration_recorder_name: "RecorderName", # required
}

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)


8257
8258
8259
8260
8261
# File 'lib/aws-sdk-configservice/types.rb', line 8257

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