Class: Aws::ConfigService::Types::StopConfigurationRecorderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::StopConfigurationRecorderRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The input for the StopConfigurationRecorder 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 stop.
Instance Attribute Details
#configuration_recorder_name ⇒ String
The name of the customer managed configuration recorder that you want to stop.
9254 9255 9256 9257 9258 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 9254 class StopConfigurationRecorderRequest < Struct.new( :configuration_recorder_name) SENSITIVE = [] include Aws::Structure end |