class
Amazonite::CloudWatchLogs::GetLogRecordResponse
- Amazonite::CloudWatchLogs::GetLogRecordResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_log_record_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_record : Hash(String, String) | Nil
The requested log event, as a JSON string.
-
#log_record=(log_record : Hash(String, String) | Nil)
The requested log event, as a JSON string.
- #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_record=(log_record : Hash(String, String) | Nil)
#
The requested log event, as a JSON string.