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.
6880 6881 6882 |
# File 'sig/types.rbs', line 6880 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
6882 6883 6884 |
# File 'sig/types.rbs', line 6882 def end_time @end_time end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
6875 6876 6877 |
# File 'sig/types.rbs', line 6875 def job_arn @job_arn end |
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
6877 6878 6879 |
# File 'sig/types.rbs', line 6877 def job_category @job_category end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
6876 6877 6878 |
# File 'sig/types.rbs', line 6876 def job_name @job_name end |
#job_secondary_status ⇒ "Starting", ...
Returns the value of attribute job_secondary_status.
6879 6880 6881 |
# File 'sig/types.rbs', line 6879 def job_secondary_status @job_secondary_status end |
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
6878 6879 6880 |
# File 'sig/types.rbs', line 6878 def job_status @job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6881 6882 6883 |
# File 'sig/types.rbs', line 6881 def last_modified_time @last_modified_time end |