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.

Namespace: Amazon.Route53.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ChangeInfo
Public Class ChangeInfo
public ref class ChangeInfo

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ChangeInfo()()()()
Initializes a new instance of the ChangeInfo class
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.

Constraints:

Length
0 - 256

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Id
The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

Constraints:

Length
0 - 32

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

Constraints:

Allowed Values
InProgress, Deployed

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), which is synonymous with Greenwich Mean Time in this context.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithComment(String)
Sets the Comment property
WithId(String)
Sets the Id property
WithStatus(String)
Sets the Status property
WithSubmittedAt(DateTime)
Sets the SubmittedAt property

Inheritance Hierarchy

System..::..Object
  Amazon.Route53.Model..::..ChangeInfo

See Also