Class: Aws::Types::JobSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_secondary_status ⇒ "Starting", ...
Returns the value of attribute job_secondary_status.
-
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6927 6928 6929 |
# File 'sig/types.rbs', line 6927 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
6929 6930 6931 |
# File 'sig/types.rbs', line 6929 def end_time @end_time end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
6922 6923 6924 |
# File 'sig/types.rbs', line 6922 def job_arn @job_arn end |
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
6924 6925 6926 |
# File 'sig/types.rbs', line 6924 def job_category @job_category end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
6923 6924 6925 |
# File 'sig/types.rbs', line 6923 def job_name @job_name end |
#job_secondary_status ⇒ "Starting", ...
Returns the value of attribute job_secondary_status.
6926 6927 6928 |
# File 'sig/types.rbs', line 6926 def job_secondary_status @job_secondary_status end |
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
6925 6926 6927 |
# File 'sig/types.rbs', line 6925 def job_status @job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6928 6929 6930 |
# File 'sig/types.rbs', line 6928 def last_modified_time @last_modified_time end |