AWS SDK Version 3 for .NET
API Reference

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.

Describes the API operation.

Inheritance Hierarchy

System.Object
  Amazon.Lightsail.Model.Operation

Namespace: Amazon.Lightsail.Model
Assembly: AWSSDK.Lightsail.dll
Version: 3.x.y.z

Syntax

C#
public class Operation

The Operation type exposes the following members

Constructors

NameDescription
Public Method Operation()

Properties

NameTypeDescription
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The timestamp when the operation was initialized (1479816991.349).

Public Property ErrorCode System.String

Gets and sets the property ErrorCode.

The error code.

Public Property ErrorDetails System.String

Gets and sets the property ErrorDetails.

The error details.

Public Property Id System.String

Gets and sets the property Id.

The ID of the operation.

Public Property IsTerminal System.Boolean

Gets and sets the property IsTerminal.

A Boolean value indicating whether the operation is terminal.

Public Property Location Amazon.Lightsail.Model.ResourceLocation

Gets and sets the property Location.

The Amazon Web Services Region and Availability Zone.

Public Property OperationDetails System.String

Gets and sets the property OperationDetails.

Details about the operation (Debian-1GB-Ohio-1).

Public Property OperationType Amazon.Lightsail.OperationType

Gets and sets the property OperationType.

The type of operation.

Public Property ResourceName System.String

Gets and sets the property ResourceName.

The resource name.

Public Property ResourceType Amazon.Lightsail.ResourceType

Gets and sets the property ResourceType.

The resource type.

Public Property Status Amazon.Lightsail.OperationStatus

Gets and sets the property Status.

The status of the operation.

Public Property StatusChangedAt System.DateTime

Gets and sets the property StatusChangedAt.

The timestamp when the status was changed (1479816991.349).

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5