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.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def ingestion_time @ingestion_time end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def log_group_identifier @log_group_identifier end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def log_stream_name @log_stream_name end |
#message ⇒ ::String
Returns the value of attribute message.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def @message end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def @timestamp end |