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.
6990 6991 6992 6993 6994 6995 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6990 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.
6990 6991 6992 6993 6994 6995 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6990 class PutConfigurationRecorderRequest < Struct.new( :configuration_recorder, :tags) SENSITIVE = [] include Aws::Structure end |