Class: Aws::Types::InputLogEvent
- Inherits:
-
Object
- Object
- Aws::Types::InputLogEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def @message end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def @timestamp end |