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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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:



9083
9084
9085
9086
9087
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9083

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