Class: Aws::ConfigService::Types::StopConfigurationRecorderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::StopConfigurationRecorderRequest
- Includes:
- Structure
- Defined in:
- 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.
9183 9184 9185 9186 9187 |
# File 'lib/aws-sdk-configservice/types.rb', line 9183 class StopConfigurationRecorderRequest < Struct.new( :configuration_recorder_name) SENSITIVE = [] include Aws::Structure end |