Class: Aws::Types::DescribeJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobResponse
- 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.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
-
#job_config_document ⇒ ::String
Returns the value of attribute job_config_document.
-
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#secondary_status ⇒ "Starting", ...
Returns the value of attribute secondary_status.
-
#secondary_status_transitions ⇒ ::Array[Types::JobSecondaryStatusTransition]
Returns the value of attribute secondary_status_transitions.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4570 4571 4572 |
# File 'sig/types.rbs', line 4570 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
4572 4573 4574 |
# File 'sig/types.rbs', line 4572 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4576 4577 4578 |
# File 'sig/types.rbs', line 4576 def failure_reason @failure_reason end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def job_arn @job_arn end |
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
4567 4568 4569 |
# File 'sig/types.rbs', line 4567 def job_category @job_category end |
#job_config_document ⇒ ::String
Returns the value of attribute job_config_document.
4569 4570 4571 |
# File 'sig/types.rbs', line 4569 def job_config_document @job_config_document end |
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
4568 4569 4570 |
# File 'sig/types.rbs', line 4568 def job_config_schema_version @job_config_schema_version end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
4564 4565 4566 |
# File 'sig/types.rbs', line 4564 def job_name @job_name end |
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
4573 4574 4575 |
# File 'sig/types.rbs', line 4573 def job_status @job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4571 4572 4573 |
# File 'sig/types.rbs', line 4571 def last_modified_time @last_modified_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4566 4567 4568 |
# File 'sig/types.rbs', line 4566 def role_arn @role_arn end |
#secondary_status ⇒ "Starting", ...
Returns the value of attribute secondary_status.
4574 4575 4576 |
# File 'sig/types.rbs', line 4574 def secondary_status @secondary_status end |
#secondary_status_transitions ⇒ ::Array[Types::JobSecondaryStatusTransition]
Returns the value of attribute secondary_status_transitions.
4575 4576 4577 |
# File 'sig/types.rbs', line 4575 def secondary_status_transitions @secondary_status_transitions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
4577 4578 4579 |
# File 'sig/types.rbs', line 4577 def @tags end |