C# 클래스 Amazon.RDS.Model.DescribeEventsRequest

Container for the parameters to the DescribeEvents operation.

Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days. Events specific to a particular DB instance, DB security group, database snapshot, or DB parameter group can be obtained by providing the name as a parameter. By default, the past hour of events are returned.

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

공개 메소드들

메소드 설명
DescribeEventsRequest ( ) : System

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

비공개 메소드들

메소드 설명
IsSetDuration ( ) : bool
IsSetEndTime ( ) : bool
IsSetEventCategories ( ) : bool
IsSetFilters ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool
IsSetSourceIdentifier ( ) : bool
IsSetSourceType ( ) : bool
IsSetStartTime ( ) : bool

메소드 상세

DescribeEventsRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeEventsRequest ( ) : System
리턴 System