class
Amazonite::CloudWatchLogs::GetLogObjectResponse
- Amazonite::CloudWatchLogs::GetLogObjectResponse
- Reference
- Object
Overview
The response from the GetLogObject operation.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_log_object_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#field_stream : GetLogObjectResponseStream | Nil
A stream of structured log data returned by the GetLogObject operation.
-
#field_stream=(field_stream : GetLogObjectResponseStream | Nil)
A stream of structured log data returned by the GetLogObject operation.
-
#hash(hasher)
See
Object#hash(hasher) - #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 field_stream : GetLogObjectResponseStream | Nil
#
A stream of structured log data returned by the GetLogObject operation. This stream contains log events with their associated metadata and extracted fields.
def field_stream=(field_stream : GetLogObjectResponseStream | Nil)
#
A stream of structured log data returned by the GetLogObject operation. This stream contains log events with their associated metadata and extracted fields.