Class: Aws::CloudWatchLogs::Types::TestTransformerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::TestTransformerResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transformed_logs ⇒ Array<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.
Instance Attribute Details
#transformed_logs ⇒ Array<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.
9440 9441 9442 9443 9444 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 9440 class TestTransformerResponse < Struct.new( :transformed_logs) SENSITIVE = [] include Aws::Structure end |