Table of Contents

Class GetBucketLocationResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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; }

Property Value

S3Region