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.
-
#force_canceled ⇒ Boolean
Returns the value of attribute force_canceled.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#queued_at ⇒ ::Time
Returns the value of attribute queued_at.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::JobExecutionStatusDetails
Returns the value of attribute status_details.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
-
#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.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def approximate_seconds_before_timed_out @approximate_seconds_before_timed_out end |
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def execution_number @execution_number end |
#force_canceled ⇒ Boolean
Returns the value of attribute force_canceled.
2813 2814 2815 |
# File 'sig/types.rbs', line 2813 def force_canceled @force_canceled end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def job_id @job_id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2818 2819 2820 |
# File 'sig/types.rbs', line 2818 def last_updated_at @last_updated_at end |
#queued_at ⇒ ::Time
Returns the value of attribute queued_at.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def queued_at @queued_at end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def started_at @started_at end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
2812 2813 2814 |
# File 'sig/types.rbs', line 2812 def status @status end |
#status_details ⇒ Types::JobExecutionStatusDetails
Returns the value of attribute status_details.
2814 2815 2816 |
# File 'sig/types.rbs', line 2814 def status_details @status_details end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
2815 2816 2817 |
# File 'sig/types.rbs', line 2815 def thing_arn @thing_arn end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def version_number @version_number end |