C# Класс 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.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetComment ( ) : bool
IsSetId ( ) : bool
IsSetStatus ( ) : bool
IsSetSubmittedAt ( ) : bool

Описание методов

ChangeInfo() публичный метод

Empty constructor used to set properties independently even when a simple constructor is available
public ChangeInfo ( ) : System
Результат System

ChangeInfo() публичный метод

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.
Результат System