AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Information about an operation within a durable execution.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class Operation
The Operation type exposes the following members
| Name | Description | |
|---|---|---|
|
Operation() |
| Name | Type | Description | |
|---|---|---|---|
|
CallbackDetails | Amazon.Lambda.Model.CallbackDetails |
Gets and sets the property CallbackDetails. |
|
ChainedInvokeDetails | Amazon.Lambda.Model.ChainedInvokeDetails |
Gets and sets the property ChainedInvokeDetails. |
|
ContextDetails | Amazon.Lambda.Model.ContextDetails |
Gets and sets the property ContextDetails. Details about the context, if this operation represents a context. |
|
EndTimestamp | System.DateTime |
Gets and sets the property EndTimestamp. The date and time when the operation ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). |
|
ExecutionDetails | Amazon.Lambda.Model.ExecutionDetails |
Gets and sets the property ExecutionDetails. Details about the execution, if this operation represents an execution. |
|
Id | System.String |
Gets and sets the property Id. The unique identifier for this operation. |
|
Name | System.String |
Gets and sets the property Name. The customer-provided name for this operation. |
|
ParentId | System.String |
Gets and sets the property ParentId. The unique identifier of the parent operation, if this operation is running within a child context. |
|
StartTimestamp | System.DateTime |
Gets and sets the property StartTimestamp. The date and time when the operation started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). |
|
Status | Amazon.Lambda.OperationStatus |
Gets and sets the property Status. The current status of the operation. |
|
StepDetails | Amazon.Lambda.Model.StepDetails |
Gets and sets the property StepDetails. Details about the step, if this operation represents a step. |
|
SubType | System.String |
Gets and sets the property SubType. The subtype of the operation, providing additional categorization. |
|
Type | Amazon.Lambda.OperationType |
Gets and sets the property Type. The type of operation. |
|
WaitDetails | Amazon.Lambda.Model.WaitDetails |
Gets and sets the property WaitDetails. Details about the wait operation, if this operation represents a wait. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5