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.



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

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



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