class
Amazonite::CloudWatchLogs::QueryCompileErrorLocation
- Amazonite::CloudWatchLogs::QueryCompileErrorLocation
- Reference
- Object
Overview
Reserved.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/query_compile_error_location.crConstructors
- .new(pull : JSON::PullParser)
- .new(start_char_offset : Int32 | Nil = nil, end_char_offset : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#end_char_offset : Int32 | Nil
Reserved.
-
#end_char_offset=(end_char_offset : Int32 | Nil)
Reserved.
-
#hash(hasher)
See
Object#hash(hasher) -
#start_char_offset : Int32 | Nil
Reserved.
-
#start_char_offset=(start_char_offset : Int32 | Nil)
Reserved.
- #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?.