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.

OperationSummary includes the following elements.

Inheritance Hierarchy

System.Object
  Amazon.Route53Domains.Model.OperationSummary

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

Syntax

C#
public class OperationSummary

The OperationSummary type exposes the following members

Constructors

NameDescription
Public Method OperationSummary()

Properties

NameTypeDescription
Public Property DomainName System.String

Gets and sets the property DomainName.

Name of the domain.

Public Property LastUpdatedDate System.DateTime

Gets and sets the property LastUpdatedDate.

The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).

Public Property Message System.String

Gets and sets the property Message.

Message about the operation.

Public Property OperationId System.String

Gets and sets the property OperationId.

Identifier returned to track the requested action.

Public Property Status Amazon.Route53Domains.OperationStatus

Gets and sets the property Status.

The current status of the requested operation in the system.

Public Property StatusFlag Amazon.Route53Domains.StatusFlag

Gets and sets the property StatusFlag.

Automatically checks whether there are no outstanding operations on domains that need customer attention.

Valid values are:

  • PENDING_ACCEPTANCE: The operation is waiting for acceptance from the account that is receiving the domain.

  • PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, for example, returning an email.

  • PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization.

  • PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment method to validate.

  • PENDING_SUPPORT_CASE: The operation includes a support case and is waiting for its resolution.

Public Property SubmittedDate System.DateTime

Gets and sets the property SubmittedDate.

The date when the request was submitted.

Public Property Type Amazon.Route53Domains.OperationType

Gets and sets the property Type.

Type of the action requested.

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