Class: Aws::Types::JobExecution
- Inherits:
-
Object
- Object
- Aws::Types::JobExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_seconds_before_timed_out ⇒ ::Integer
Returns the value of attribute approximate_seconds_before_timed_out.
-
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
-
#job_document ⇒ ::String
Returns the value of attribute job_document.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#last_updated_at ⇒ ::Integer
Returns the value of attribute last_updated_at.
-
#queued_at ⇒ ::Integer
Returns the value of attribute queued_at.
-
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#status_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_details.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#approximate_seconds_before_timed_out ⇒ ::Integer
Returns the value of attribute approximate_seconds_before_timed_out.
80 81 82 |
# File 'sig/types.rbs', line 80 def approximate_seconds_before_timed_out @approximate_seconds_before_timed_out end |
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
82 83 84 |
# File 'sig/types.rbs', line 82 def execution_number @execution_number end |
#job_document ⇒ ::String
Returns the value of attribute job_document.
83 84 85 |
# File 'sig/types.rbs', line 83 def job_document @job_document end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
73 74 75 |
# File 'sig/types.rbs', line 73 def job_id @job_id end |
#last_updated_at ⇒ ::Integer
Returns the value of attribute last_updated_at.
79 80 81 |
# File 'sig/types.rbs', line 79 def last_updated_at @last_updated_at end |
#queued_at ⇒ ::Integer
Returns the value of attribute queued_at.
77 78 79 |
# File 'sig/types.rbs', line 77 def queued_at @queued_at end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
78 79 80 |
# File 'sig/types.rbs', line 78 def started_at @started_at end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
75 76 77 |
# File 'sig/types.rbs', line 75 def status @status end |
#status_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_details.
76 77 78 |
# File 'sig/types.rbs', line 76 def status_details @status_details end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
74 75 76 |
# File 'sig/types.rbs', line 74 def thing_name @thing_name end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
81 82 83 |
# File 'sig/types.rbs', line 81 def version_number @version_number end |