class
Amazonite::CloudWatchLogs::GroupingIdentifier
- Amazonite::CloudWatchLogs::GroupingIdentifier
- Reference
- Object
Overview
A key-value pair that identifies how log groups are grouped in aggregate summaries.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/grouping_identifier.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String | Nil
The key that identifies the grouping characteristic.
-
#key=(key : String | Nil)
The key that identifies the grouping characteristic.
- #validate! : Nil
-
#value : String | Nil
The value associated with the grouping characteristic.
-
#value=(value : String | Nil)
The value associated with the grouping characteristic.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The key that identifies the grouping characteristic. The format of the key uses dot notation.
Examples are, dataSource.Name, dataSource.Type, and dataSource.Format.
The key that identifies the grouping characteristic. The format of the key uses dot notation.
Examples are, dataSource.Name, dataSource.Type, and dataSource.Format.
The value associated with the grouping characteristic. Examples are amazon_vpc, flow, and
OCSF.
The value associated with the grouping characteristic. Examples are amazon_vpc, flow, and
OCSF.