Class: Aws::CloudWatchLogs::Types::LiveTailSessionLogEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::LiveTailSessionLogEvent
- 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
-
#ingestion_time ⇒ Integer
The timestamp specifying when this log event was ingested into the log group.
-
#log_group_identifier ⇒ String
The name or ARN of the log group that ingested this log event.
-
#log_stream_name ⇒ String
The name of the log stream that ingested this log event.
-
#message ⇒ String
The log event message text.
-
#timestamp ⇒ Integer
The timestamp specifying when this log event was created.
Instance Attribute Details
#ingestion_time ⇒ Integer
The timestamp specifying when this log event was ingested into the log group.
3156 3157 3158 3159 3160 3161 3162 3163 3164 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3156 class LiveTailSessionLogEvent < Struct.new( :log_stream_name, :log_group_identifier, :message, :timestamp, :ingestion_time) SENSITIVE = [] include Aws::Structure end |
#log_group_identifier ⇒ String
The name or ARN of the log group that ingested this log event.
3156 3157 3158 3159 3160 3161 3162 3163 3164 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3156 class LiveTailSessionLogEvent < Struct.new( :log_stream_name, :log_group_identifier, :message, :timestamp, :ingestion_time) SENSITIVE = [] include Aws::Structure end |
#log_stream_name ⇒ String
The name of the log stream that ingested this log event.
3156 3157 3158 3159 3160 3161 3162 3163 3164 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3156 class LiveTailSessionLogEvent < Struct.new( :log_stream_name, :log_group_identifier, :message, :timestamp, :ingestion_time) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The log event message text.
3156 3157 3158 3159 3160 3161 3162 3163 3164 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3156 class LiveTailSessionLogEvent < Struct.new( :log_stream_name, :log_group_identifier, :message, :timestamp, :ingestion_time) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Integer
The timestamp specifying when this log event was created.
3156 3157 3158 3159 3160 3161 3162 3163 3164 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3156 class LiveTailSessionLogEvent < Struct.new( :log_stream_name, :log_group_identifier, :message, :timestamp, :ingestion_time) SENSITIVE = [] include Aws::Structure end |