Table of Contents

Class ListBucketsResponse

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

Returns information about the ListBuckets response and response metadata.

public class ListBucketsResponse : AmazonWebServiceResponse
Inheritance
ListBucketsResponse

Constructors

ListBucketsResponse()

public ListBucketsResponse()

Properties

Buckets

List of buckets.

public List<S3Bucket> Buckets { get; set; }

Property Value

List<S3Bucket>

Owner

Owner of the buckets.

public Owner Owner { get; set; }

Property Value

Owner