class
Amazonite::CloudWatchLogs::LogGroupField
- Amazonite::CloudWatchLogs::LogGroupField
- Reference
- Object
Overview
The fields contained in log events found by a GetLogGroupFields operation, along with the
percentage of queried log events in which each field appears.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/log_group_field.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of a log field.
-
#name=(name : String | Nil)
The name of a log field.
-
#percent : Int32 | Nil
The percentage of log events queried that contained the field.
-
#percent=(percent : Int32 | Nil)
The percentage of log events queried that contained the field.
- #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 percent=(percent : Int32 | Nil)
#
The percentage of log events queried that contained the field.