Class: Aws::ConfigService::Types::PutConfigurationRecorderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutConfigurationRecorderRequest
- Includes:
- Structure
- Defined in:
- 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
An object for the configuration recorder to record configuration changes for specified resource types.
Instance Attribute Details
#configuration_recorder ⇒ Types::ConfigurationRecorder
An object for the configuration recorder to record configuration changes for specified resource types.
6527 6528 6529 6530 6531 |
# File 'lib/aws-sdk-configservice/types.rb', line 6527 class PutConfigurationRecorderRequest < Struct.new( :configuration_recorder) SENSITIVE = [] include Aws::Structure end |