Class: Aws::CloudWatchLogs::Types::StartLiveTailResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#response_streamTypes::StartLiveTailResponseStream

An object that includes the stream returned by your request. It can include both log events and exceptions.



4630
4631
4632
4633
4634
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4630

class StartLiveTailResponse < Struct.new(
  :response_stream)
  SENSITIVE = []
  include Aws::Structure
end