Skip to main content

Interface: $Properties

v1.DescribeNexusOperationExecutionResponse.$Properties

Properties of a DescribeNexusOperationExecutionResponse.

Hierarchy

Properties

failure

Optional failure: null | $Properties

The failure if the operation completed unsuccessfully.


info

Optional info: null | $Properties

Information about the operation.


input

Optional input: null | $Properties

Serialized operation input, passed as the request payload. Only set if include_input was true in the request.


longPollToken

Optional longPollToken: null | Uint8Array

Token for follow-on long-poll requests. Absent only if the operation is complete.


outcome

Optional outcome: "failure" | "result"

Only set if the operation is completed and include_outcome was true in the request.


result

Optional result: null | $Properties

The result if the operation completed successfully.


runId

Optional runId: null | string

The run ID of the operation, useful when run_id was not specified in the request.