Class: Aws::Types::JobEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::JobEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ "WAITING_FOR_PRIORITY", ...
Returns the value of attribute event_type.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#time_of_event ⇒ ::Time
Returns the value of attribute time_of_event.
Instance Attribute Details
#event_type ⇒ "WAITING_FOR_PRIORITY", ...
Returns the value of attribute event_type.
286 287 288 |
# File 'sig/types.rbs', line 286 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
288 289 290 |
# File 'sig/types.rbs', line 288 def end |
#time_of_event ⇒ ::Time
Returns the value of attribute time_of_event.
287 288 289 |
# File 'sig/types.rbs', line 287 def time_of_event @time_of_event end |