Class: Aws::CloudWatchLogs::Types::LiveTailSessionLogEvent

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

Overview

This object contains the information for one log event returned in a Live Tail stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingestion_timeInteger

The timestamp specifying when this log event was ingested into the log group.

Returns:

  • (Integer)


3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3788

class LiveTailSessionLogEvent < Struct.new(
  :log_stream_name,
  :log_group_identifier,
  :message,
  :timestamp,
  :ingestion_time)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_identifierString

The name or ARN of the log group that ingested this log event.

Returns:

  • (String)


3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3788

class LiveTailSessionLogEvent < Struct.new(
  :log_stream_name,
  :log_group_identifier,
  :message,
  :timestamp,
  :ingestion_time)
  SENSITIVE = []
  include Aws::Structure
end

#log_stream_nameString

The name of the log stream that ingested this log event.

Returns:

  • (String)


3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3788

class LiveTailSessionLogEvent < Struct.new(
  :log_stream_name,
  :log_group_identifier,
  :message,
  :timestamp,
  :ingestion_time)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The log event message text.

Returns:

  • (String)


3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3788

class LiveTailSessionLogEvent < Struct.new(
  :log_stream_name,
  :log_group_identifier,
  :message,
  :timestamp,
  :ingestion_time)
  SENSITIVE = []
  include Aws::Structure
end

#timestampInteger

The timestamp specifying when this log event was created.

Returns:

  • (Integer)


3788
3789
3790
3791
3792
3793
3794
3795
3796
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3788

class LiveTailSessionLogEvent < Struct.new(
  :log_stream_name,
  :log_group_identifier,
  :message,
  :timestamp,
  :ingestion_time)
  SENSITIVE = []
  include Aws::Structure
end