class
Amazonite::CloudWatchLogs::ResultField
- Amazonite::CloudWatchLogs::ResultField
- Reference
- Object
Overview
Contains one field from one log event returned by a CloudWatch Logs Insights query, along with the value of that field.
For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/result_field.crConstructors
- .new(pull : JSON::PullParser)
- .new(field : String | Nil = nil, value : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#field : String | Nil
The log event field.
-
#field=(field : String | Nil)
The log event field.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
-
#value : String | Nil
The value of this field.
-
#value=(value : String | Nil)
The value of this field.
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?.