AWSS3CreateBucketOutput

Objective-C

@interface AWSS3CreateBucketOutput

Swift

class AWSS3CreateBucketOutput
  • Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N. Virginia) Region (us-east-1), you do not need to specify the location.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable location;

    Swift

    var location: String? { get set }