Class ListBucketsResponse
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
Owner
Owner of the buckets.
public Owner Owner { get; set; }