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.

A complex type that describes change information about changes made to your hosted zone.

Inheritance Hierarchy

System.Object
  Amazon.Route53.Model.ChangeInfo

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

Syntax

C#
public class ChangeInfo

The ChangeInfo type exposes the following members

Constructors

NameDescription
Public Method ChangeInfo()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method ChangeInfo(string, ChangeStatus, DateTime)

Instantiates ChangeInfo with the parameterized properties

Properties

NameTypeDescription
Public Property Comment System.String

Gets and sets the property Comment.

A comment you can provide.

Public Property Id System.String

Gets and sets the property Id.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

Public Property Status Amazon.Route53.ChangeStatus

Gets and sets the property Status.

The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

Public Property SubmittedAt System.DateTime

Gets and sets the property SubmittedAt.

The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

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