Class: Aws::Types::JobLog
- Inherits:
-
Object
- Object
- Aws::Types::JobLog
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event ⇒ "JOB_START", ...
Returns the value of attribute event.
-
#event_data ⇒ Types::JobLogEventData
Returns the value of attribute event_data.
-
#log_date_time ⇒ ::String
Returns the value of attribute log_date_time.
Instance Attribute Details
#event ⇒ "JOB_START", ...
Returns the value of attribute event.
569 570 571 |
# File 'sig/types.rbs', line 569 def event @event end |
#event_data ⇒ Types::JobLogEventData
Returns the value of attribute event_data.
570 571 572 |
# File 'sig/types.rbs', line 570 def event_data @event_data end |
#log_date_time ⇒ ::String
Returns the value of attribute log_date_time.
568 569 570 |
# File 'sig/types.rbs', line 568 def log_date_time @log_date_time end |