Represents an S3 bucket, contains the name of the S3 bucket and the date that the bucket was created.
            
 Declaration Syntax
 Declaration Syntax| C# | 
[SerializableAttribute] public class S3Bucket
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | S3Bucket()()()() | Initializes a new instance of the S3Bucket class | 
|  | BucketName | 
            The name of the bucket.
             | 
|  | CreationDate | 
            The date and time the bucket was created. The date conforms to the ISO8601 date format.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | S3Bucket |