Amazon.S3.EventType.EventType C# (CSharp) 메소드

EventType() 공개 메소드

Constructs instance of EventType.
public EventType ( string value ) : System
value string
리턴 System
        public EventType(string value)
            : base(value)
        {
        }