Class: Aws::CloudWatchLogs::Types::TestTransformerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::TestTransformerResponse
- Includes:
- Structure
- Defined in:
- 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.
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 |