Class: Aws::Types::GetMatchingJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMatchingJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#metrics ⇒ Types::JobMetrics
Returns the value of attribute metrics.
-
#output_source_config ⇒ ::Array[Types::JobOutputSource]
Returns the value of attribute output_source_config.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
324 325 326 |
# File 'sig/types.rbs', line 324 def end_time @end_time end |
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
326 327 328 |
# File 'sig/types.rbs', line 326 def error_details @error_details end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
321 322 323 |
# File 'sig/types.rbs', line 321 def job_id @job_id end |
#metrics ⇒ Types::JobMetrics
Returns the value of attribute metrics.
325 326 327 |
# File 'sig/types.rbs', line 325 def metrics @metrics end |
#output_source_config ⇒ ::Array[Types::JobOutputSource]
Returns the value of attribute output_source_config.
327 328 329 |
# File 'sig/types.rbs', line 327 def output_source_config @output_source_config end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
323 324 325 |
# File 'sig/types.rbs', line 323 def start_time @start_time end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
322 323 324 |
# File 'sig/types.rbs', line 322 def status @status end |