Class: Aws::ConfigService::Types::DeleteConfigurationRecorderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteConfigurationRecorderRequest
- 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
-
#configuration_recorder_name ⇒ String
The name of the customer managed configuration recorder that you want to delete.
Instance Attribute Details
#configuration_recorder_name ⇒ String
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
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 |