Class: Aws::Types::JobExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobExecutionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
-
#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.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
100 101 102 |
# File 'sig/types.rbs', line 100 def execution_number @execution_number end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def job_id @job_id end |
#last_updated_at ⇒ ::Integer
Returns the value of attribute last_updated_at.
98 99 100 |
# File 'sig/types.rbs', line 98 def last_updated_at @last_updated_at end |
#queued_at ⇒ ::Integer
Returns the value of attribute queued_at.
96 97 98 |
# File 'sig/types.rbs', line 96 def queued_at @queued_at end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
97 98 99 |
# File 'sig/types.rbs', line 97 def started_at @started_at end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
99 100 101 |
# File 'sig/types.rbs', line 99 def version_number @version_number end |