class
Amazonite::CloudWatchLogs::FieldsData
- Amazonite::CloudWatchLogs::FieldsData
- Reference
- Object
Overview
A structure containing the extracted fields from a log event. These fields are extracted based on the log format and can be used for structured querying and analysis.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/fields_data.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#data : Bytes | Nil
The actual log data content returned in the streaming response.
-
#data=(data : Bytes | Nil)
The actual log data content returned in the streaming response.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The actual log data content returned in the streaming response. This contains the fields and values of the log event in a structured format that can be parsed and processed by the client.
The actual log data content returned in the streaming response. This contains the fields and values of the log event in a structured format that can be parsed and processed by the client.