class
Amazonite::CloudWatchLogs::StartLiveTailResponse
- Amazonite::CloudWatchLogs::StartLiveTailResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/start_live_tail_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#response_stream : StartLiveTailResponseStream | Nil
An object that includes the stream returned by your request.
-
#response_stream=(response_stream : StartLiveTailResponseStream | Nil)
An object that includes the stream returned by your request.
- #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 response_stream : StartLiveTailResponseStream | Nil
#
An object that includes the stream returned by your request. It can include both log events and exceptions.
def response_stream=(response_stream : StartLiveTailResponseStream | Nil)
#
An object that includes the stream returned by your request. It can include both log events and exceptions.