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
An object for the configuration recorder.
-
#tags ⇒ Array<Types::Tag>
The tags for the customer managed configuration recorder.
Instance Attribute Details
#configuration_recorder ⇒ Types::ConfigurationRecorder
An object for the configuration recorder. A configuration recorder records configuration changes for the resource types in scope.
7041 7042 7043 7044 7045 7046 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7041 class PutConfigurationRecorderRequest < Struct.new( :configuration_recorder, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the customer managed configuration recorder. Each tag consists of a key and an optional value, both of which you define.
7041 7042 7043 7044 7045 7046 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7041 class PutConfigurationRecorderRequest < Struct.new( :configuration_recorder, :tags) SENSITIVE = [] include Aws::Structure end |