Detail interface
A function return value with additional detailed information.
Signature:
export interface Detail<R>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) If available, the provider-specific execution identifier for this invocation. | ||
|
string |
(Optional) If available, the provider-specific instance identifier for this invocation. | ||
|
string |
(Optional) The URL of the logs for the specific execution of this function call. | ||
|
R |
A Promise for the function's return value. |