class
Amazonite::CloudWatchLogs::TestTransformerResponse
- Amazonite::CloudWatchLogs::TestTransformerResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/test_transformer_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#transformed_logs : Array(TransformedLogRecord) | Nil
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.
-
#transformed_logs=(transformed_logs : Array(TransformedLogRecord) | Nil)
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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def transformed_logs : Array(TransformedLogRecord) | Nil
#
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.
def transformed_logs=(transformed_logs : Array(TransformedLogRecord) | Nil)
#
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.