class
Amazonite::CloudWatchLogs::LogFieldsListItem
- Amazonite::CloudWatchLogs::LogFieldsListItem
- Reference
- Object
Overview
Represents a log field with its name and data type information for a specific data source.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/log_fields_list_item.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_field_name : String | Nil = nil, log_field_type : LogFieldType | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_field_name : String | Nil
The name of the log field.
-
#log_field_name=(log_field_name : String | Nil)
The name of the log field.
-
#log_field_type : LogFieldType | Nil
The data type information for the log field.
-
#log_field_type=(log_field_type : LogFieldType | Nil)
The data type information for the log 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 log_field_type=(log_field_type : LogFieldType | Nil)
#
The data type information for the log field.