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.
654 655 656 |
# File 'sig/types.rbs', line 654 def event @event end |
#event_data ⇒ Types::JobLogEventData
Returns the value of attribute event_data.
655 656 657 |
# File 'sig/types.rbs', line 655 def event_data @event_data end |
#log_date_time ⇒ ::String
Returns the value of attribute log_date_time.
653 654 655 |
# File 'sig/types.rbs', line 653 def log_date_time @log_date_time end |