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:



7631
7632
7633
7634
7635
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7631

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