Class: Aws::ConfigService::Types::DeleteConfigurationRecorderRequest

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

Overview

The request object for the ‘DeleteConfigurationRecorder` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_recorder_nameString

The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by using the ‘DescribeConfigurationRecorders` action.

Returns:

  • (String)


2058
2059
2060
2061
2062
# File 'lib/aws-sdk-configservice/types.rb', line 2058

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