Class: Aws::CloudWatchLogs::Types::StartLiveTailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::StartLiveTailResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#response_stream ⇒ Types::StartLiveTailResponseStream
An object that includes the stream returned by your request.
Instance Attribute Details
#response_stream ⇒ Types::StartLiveTailResponseStream
An object that includes the stream returned by your request. It can include both log events and exceptions.
6481 6482 6483 6484 6485 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6481 class StartLiveTailResponse < Struct.new( :response_stream) SENSITIVE = [] include Aws::Structure end |