Class: Aws::ConfigService::Types::DeleteConfigurationRecorderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteConfigurationRecorderRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The request object for the DeleteConfigurationRecorder
action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_recorder_name ⇒ String
The name of the configuration recorder to be deleted.
Instance Attribute Details
#configuration_recorder_name ⇒ String
The name of the configuration recorder to be deleted. You can
retrieve the name of your configuration recorder by using the
DescribeConfigurationRecorders
action.
2058 2059 2060 2061 2062 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2058 class DeleteConfigurationRecorderRequest < Struct.new( :configuration_recorder_name) SENSITIVE = [] include Aws::Structure end |