Class: Aws::Types::GetJobRunOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetJobRunOutput
- 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.
-
#details ⇒ Types::JobRunDetails
Returns the value of attribute details.
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "LINEAGE"
Returns the value of attribute job_type.
-
#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.
2974 2975 2976 |
# File 'sig/types.rbs', line 2974 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2973 2974 2975 |
# File 'sig/types.rbs', line 2973 def created_by @created_by end |
#details ⇒ Types::JobRunDetails
Returns the value of attribute details.
2970 2971 2972 |
# File 'sig/types.rbs', line 2970 def details @details end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def domain_id @domain_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2976 2977 2978 |
# File 'sig/types.rbs', line 2976 def end_time @end_time end |
#error ⇒ Types::JobRunError
Returns the value of attribute error.
2972 2973 2974 |
# File 'sig/types.rbs', line 2972 def error @error end |
#id ⇒ ::String
Returns the value of attribute id.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def id @id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def job_id @job_id end |
#job_type ⇒ "LINEAGE"
Returns the value of attribute job_type.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def job_type @job_type end |
#run_mode ⇒ "SCHEDULED", "ON_DEMAND"
Returns the value of attribute run_mode.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def run_mode @run_mode end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
2975 2976 2977 |
# File 'sig/types.rbs', line 2975 def start_time @start_time end |
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
2971 2972 2973 |
# File 'sig/types.rbs', line 2971 def status @status end |