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.
6865 6866 6867 |
# File 'sig/types.rbs', line 6865 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
6867 6868 6869 |
# File 'sig/types.rbs', line 6867 def end_time @end_time end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
6860 6861 6862 |
# File 'sig/types.rbs', line 6860 def job_arn @job_arn end |
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
6862 6863 6864 |
# File 'sig/types.rbs', line 6862 def job_category @job_category end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
6861 6862 6863 |
# File 'sig/types.rbs', line 6861 def job_name @job_name end |
#job_secondary_status ⇒ "Starting", ...
Returns the value of attribute job_secondary_status.
6864 6865 6866 |
# File 'sig/types.rbs', line 6864 def job_secondary_status @job_secondary_status end |
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
6863 6864 6865 |
# File 'sig/types.rbs', line 6863 def job_status @job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6866 6867 6868 |
# File 'sig/types.rbs', line 6866 def last_modified_time @last_modified_time end |