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` 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 delete. You can retrieve the name of your configuration recorders by using the [DescribeConfigurationRecorders] operation.

[1]: docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigurationRecorders.html

Returns:

  • (String)


2344
2345
2346
2347
2348
# File 'lib/aws-sdk-configservice/types.rb', line 2344

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