Class: Aws::Types::OutputLogEvent
- Inherits:
-
Object
- Object
- Aws::Types::OutputLogEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ingestion_time ⇒ ::Integer
Returns the value of attribute ingestion_time.
-
#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.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def ingestion_time @ingestion_time end |
#message ⇒ ::String
Returns the value of attribute message.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def @message end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def @timestamp end |