Class: Aws::Types::JobRunSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobRunSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error ⇒ Types::JobRunError
Returns the value of attribute error.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "LINEAGE"
Returns the value of attribute job_type.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#run_mode ⇒ "SCHEDULED", "ON_DEMAND"
Returns the value of attribute run_mode.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3680 3681 3682 |
# File 'sig/types.rbs', line 3680 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3679 3680 3681 |
# File 'sig/types.rbs', line 3679 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3672 3673 3674 |
# File 'sig/types.rbs', line 3672 def domain_id @domain_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3682 3683 3684 |
# File 'sig/types.rbs', line 3682 def end_time @end_time end |
#error ⇒ Types::JobRunError
Returns the value of attribute error.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def error @error end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
3673 3674 3675 |
# File 'sig/types.rbs', line 3673 def job_id @job_id end |
#job_type ⇒ "LINEAGE"
Returns the value of attribute job_type.
3674 3675 3676 |
# File 'sig/types.rbs', line 3674 def job_type @job_type end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
3675 3676 3677 |
# File 'sig/types.rbs', line 3675 def run_id @run_id end |
#run_mode ⇒ "SCHEDULED", "ON_DEMAND"
Returns the value of attribute run_mode.
3676 3677 3678 |
# File 'sig/types.rbs', line 3676 def run_mode @run_mode end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3681 3682 3683 |
# File 'sig/types.rbs', line 3681 def start_time @start_time end |
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
3677 3678 3679 |
# File 'sig/types.rbs', line 3677 def status @status end |