Class: Aws::Types::Job
- Inherits:
-
Object
- Object
- Aws::Types::Job
- 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.
6892 6893 6894 |
# File 'sig/types.rbs', line 6892 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
6894 6895 6896 |
# File 'sig/types.rbs', line 6894 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
6898 6899 6900 |
# File 'sig/types.rbs', line 6898 def failure_reason @failure_reason end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
6887 6888 6889 |
# File 'sig/types.rbs', line 6887 def job_arn @job_arn end |
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
Returns the value of attribute job_category.
6889 6890 6891 |
# File 'sig/types.rbs', line 6889 def job_category @job_category end |
#job_config_document ⇒ ::String
Returns the value of attribute job_config_document.
6891 6892 6893 |
# File 'sig/types.rbs', line 6891 def job_config_document @job_config_document end |
#job_config_schema_version ⇒ ::String
Returns the value of attribute job_config_schema_version.
6890 6891 6892 |
# File 'sig/types.rbs', line 6890 def job_config_schema_version @job_config_schema_version end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
6886 6887 6888 |
# File 'sig/types.rbs', line 6886 def job_name @job_name end |
#job_status ⇒ "InProgress", ...
Returns the value of attribute job_status.
6895 6896 6897 |
# File 'sig/types.rbs', line 6895 def job_status @job_status end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6893 6894 6895 |
# File 'sig/types.rbs', line 6893 def last_modified_time @last_modified_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
6888 6889 6890 |
# File 'sig/types.rbs', line 6888 def role_arn @role_arn end |
#secondary_status ⇒ "Starting", ...
Returns the value of attribute secondary_status.
6896 6897 6898 |
# File 'sig/types.rbs', line 6896 def secondary_status @secondary_status end |
#secondary_status_transitions ⇒ ::Array[Types::JobSecondaryStatusTransition]
Returns the value of attribute secondary_status_transitions.
6897 6898 6899 |
# File 'sig/types.rbs', line 6897 def secondary_status_transitions @secondary_status_transitions end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
6899 6900 6901 |
# File 'sig/types.rbs', line 6899 def @tags end |