Class GetBucketLocationResponse
Returns information about the GetBucketLocation response and response metadata.
public class GetBucketLocationResponse : AmazonWebServiceResponse
  - Inheritance
 - 
      
      GetBucketLocationResponse
 
Constructors
GetBucketLocationResponse()
public GetBucketLocationResponse()
  Properties
Location
Gets and sets the Location property. If the the bucket is located in us-east-1 S3Region.US will be return which has a value of empty string.
public S3Region Location { get; set; }