Class: Aws::CloudWatchLogs::Types::TestTransformerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transformed_logsArray<Types::TransformedLogRecord>

An array where each member of the array includes both the original version and the transformed version of one of the log events that you input.

Returns:



6845
6846
6847
6848
6849
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6845

class TestTransformerResponse < Struct.new(
  :transformed_logs)
  SENSITIVE = []
  include Aws::Structure
end