Class: Aws::Types::JobDetails
- Inherits:
-
Object
- Object
- Aws::Types::JobDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_defined_in_job ⇒ "TRUE", ...
Returns the value of attribute is_defined_in_job.
-
#is_monitored_by_job ⇒ "TRUE", ...
Returns the value of attribute is_monitored_by_job.
-
#last_job_id ⇒ ::String
Returns the value of attribute last_job_id.
-
#last_job_run_time ⇒ ::Time
Returns the value of attribute last_job_run_time.
Instance Attribute Details
#is_defined_in_job ⇒ "TRUE", ...
Returns the value of attribute is_defined_in_job.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def is_defined_in_job @is_defined_in_job end |
#is_monitored_by_job ⇒ "TRUE", ...
Returns the value of attribute is_monitored_by_job.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def is_monitored_by_job @is_monitored_by_job end |
#last_job_id ⇒ ::String
Returns the value of attribute last_job_id.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def last_job_id @last_job_id end |
#last_job_run_time ⇒ ::Time
Returns the value of attribute last_job_run_time.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def last_job_run_time @last_job_run_time end |