Class S3Bucket
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
CreationDate
Date the bucket was created.
public DateTime CreationDate { get; set; }