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

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

{
  configuration_recorder_name: "RecorderName", # required
}

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)


1967
1968
1969
1970
1971
# File 'lib/aws-sdk-configservice/types.rb', line 1967

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