Class: Aws::ConfigService::Types::StartConfigurationRecorderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::StartConfigurationRecorderRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The input for the StartConfigurationRecorder action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_recorder_name ⇒ String
The name of the recorder object that records each configuration change made to the resources.
Instance Attribute Details
#configuration_recorder_name ⇒ String
The name of the recorder object that records each configuration change made to the resources.
7860 7861 7862 7863 7864 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7860 class StartConfigurationRecorderRequest < Struct.new( :configuration_recorder_name) SENSITIVE = [] include Aws::Structure end |