Represents an S3 Bucket. More...
#import <S3Bucket.h>
Properties | |
NSString * | name |
Gets and sets the BucketName property. | |
NSString * | creationDate |
Gets and sets the CreationDate property. |
Represents an S3 Bucket.
Contains a Bucket Name which is the name of the S3 Bucket. And a Creation Date which is the date that the S3 Bucket was created.
- (NSString *) creationDate [read, write, retain] |
Gets and sets the CreationDate property.
The date conforms to the ISO8601 date format.
- (NSString *) name [read, write, retain] |
Gets and sets the BucketName property.