Module: Aws::SnowDeviceManagement::Client::_DescribeExecutionResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeExecutionOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#execution_id::String

Returns:

  • (::String)


144
# File 'sig/client.rbs', line 144

def execution_id: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


145
# File 'sig/client.rbs', line 145

def last_updated_at: () -> ::Time

#managed_device_id::String

Returns:

  • (::String)


146
# File 'sig/client.rbs', line 146

def managed_device_id: () -> ::String

#started_at::Time

Returns:

  • (::Time)


147
# File 'sig/client.rbs', line 147

def started_at: () -> ::Time

#state"QUEUED", ...

Returns:

  • ("QUEUED", "IN_PROGRESS", "CANCELED", "FAILED", "SUCCEEDED", "REJECTED", "TIMED_OUT")


148
# File 'sig/client.rbs', line 148

def state: () -> ("QUEUED" | "IN_PROGRESS" | "CANCELED" | "FAILED" | "SUCCEEDED" | "REJECTED" | "TIMED_OUT")

#task_id::String

Returns:

  • (::String)


149
# File 'sig/client.rbs', line 149

def task_id: () -> ::String