Table of Contents

Class S3Bucket

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

Bucket Represents an S3 bucket, contains the name of the S3 bucket and the date that the bucket was created.

public class S3Bucket
Inheritance
S3Bucket
Inherited Members

Constructors

S3Bucket()

public S3Bucket()

Properties

BucketName

The name of the bucket.

public string BucketName { get; set; }

Property Value

string

CreationDate

Date the bucket was created.

public DateTime CreationDate { get; set; }

Property Value

DateTime