Class: Aws::Types::DescribeExecutionOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExecutionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
108 109 110 |
# File 'sig/types.rbs', line 108 def execution_id @execution_id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
109 110 111 |
# File 'sig/types.rbs', line 109 def last_updated_at @last_updated_at end |
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def managed_device_id @managed_device_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
111 112 113 |
# File 'sig/types.rbs', line 111 def started_at @started_at end |
#state ⇒ "QUEUED", ...
Returns the value of attribute state.
112 113 114 |
# File 'sig/types.rbs', line 112 def state @state end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def task_id @task_id end |