C# Class Amazon.Route53.Model.ChangeInfo

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.

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
ChangeInfo ( ) : System

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

ChangeInfo ( string id, ChangeStatus status, System.DateTime submittedAt ) : System

Instantiates ChangeInfo with the parameterized properties

Private Methods

Méthode Description
IsSetComment ( ) : bool
IsSetId ( ) : bool
IsSetStatus ( ) : bool
IsSetSubmittedAt ( ) : bool

Method Details

ChangeInfo() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public ChangeInfo ( ) : System
Résultat System

ChangeInfo() public méthode

Instantiates ChangeInfo with the parameterized properties
public ChangeInfo ( string id, ChangeStatus status, System.DateTime submittedAt ) : System
id string The ID of the request.
status ChangeStatus The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
submittedAt System.DateTime The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: YYYY-MM-DDThh:mm:ssZ. For more information, see the Wikipedia entry ISO 8601.
Résultat System