AWS SDK Version 2 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.

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

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

Inheritance Hierarchy

System.Object
  Amazon.Route53.Model.ChangeInfo

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ChangeInfo : Object

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 complex type that describes change information about changes made to your hosted zone.

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

Public Property Id System.String Gets and sets the property Id.

The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

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.

Valid Values: PENDING | INSYNC

Public Property SubmittedAt System.DateTime Gets and sets the property SubmittedAt.

The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ, as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8