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.

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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