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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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)


2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2889

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)


2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2889

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)


2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2889

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)


2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2889

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)


2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2889

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