Class: Aws::ConfigService::Types::PutConfigurationRecorderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutConfigurationRecorderRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The input for the PutConfigurationRecorder action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_recorder ⇒ Types::ConfigurationRecorder
The configuration recorder object that records each configuration change made to the resources.
Instance Attribute Details
#configuration_recorder ⇒ Types::ConfigurationRecorder
The configuration recorder object that records each configuration change made to the resources.
6313 6314 6315 6316 6317 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6313 class PutConfigurationRecorderRequest < Struct.new( :configuration_recorder) SENSITIVE = [] include Aws::Structure end |