Class: Aws::ConfigService::Types::PutConfigurationRecorderRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configuration_recorderTypes::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

#tagsArray<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.

Returns:



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