Amazon.S3.S3Region.S3Region C# (CSharp) Method

S3Region() public method

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
return System
        public S3Region(string value)
            : base(value) { }