Properties

S3Bucket Class Reference

Represents an S3 Bucket. More...

#import <S3Bucket.h>

List of all members.

Properties

NSString * name
 Gets and sets the BucketName property.
NSString * creationDate
 Gets and sets the CreationDate property.

Detailed Description

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.


Property Documentation

- (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.


The documentation for this class was generated from the following file: