Module: Aws::SnowDeviceManagement::Client::_DescribeExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeExecutionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #execution_id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #managed_device_id ⇒ ::String
- #started_at ⇒ ::Time
- #state ⇒ "QUEUED", ...
- #task_id ⇒ ::String
Instance Method Details
#execution_id ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def execution_id: () -> ::String
|
#last_updated_at ⇒ ::Time
145 |
# File 'sig/client.rbs', line 145
def last_updated_at: () -> ::Time
|
#managed_device_id ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def managed_device_id: () -> ::String
|
#started_at ⇒ ::Time
147 |
# File 'sig/client.rbs', line 147
def started_at: () -> ::Time
|
#state ⇒ "QUEUED", ...
148 |
# File 'sig/client.rbs', line 148
def state: () -> ("QUEUED" | "IN_PROGRESS" | "CANCELED" | "FAILED" | "SUCCEEDED" | "REJECTED" | "TIMED_OUT")
|
#task_id ⇒ ::String
149 |
# File 'sig/client.rbs', line 149
def task_id: () -> ::String
|