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

S3Region() 공개 메소드

Construct instance of S3Region. It is not intended for this constructor to be called. Instead users should call the FindValue.
public S3Region ( string value ) : System
value string
리턴 System
        public S3Region(string value)
            : base(value) { }