Class: Aws::Types::LiveTailSessionLogEvent
- Inherits:
-
Object
- Object
- Aws::Types::LiveTailSessionLogEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ingestion_time ⇒ ::Integer
Returns the value of attribute ingestion_time.
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#ingestion_time ⇒ ::Integer
Returns the value of attribute ingestion_time.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def ingestion_time @ingestion_time end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def log_group_identifier @log_group_identifier end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def log_stream_name @log_stream_name end |
#message ⇒ ::String
Returns the value of attribute message.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def @message end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def @timestamp end |