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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#queued_at ⇒ ::Time
Returns the value of attribute queued_at.
-
#retry_attempt ⇒ ::Integer
Returns the value of attribute retry_attempt.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
Instance Attribute Details
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def execution_number @execution_number end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def last_updated_at @last_updated_at end |
#queued_at ⇒ ::Time
Returns the value of attribute queued_at.
2832 2833 2834 |
# File 'sig/types.rbs', line 2832 def queued_at @queued_at end |
#retry_attempt ⇒ ::Integer
Returns the value of attribute retry_attempt.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def retry_attempt @retry_attempt end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def started_at @started_at end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def status @status end |