AWSEC2UserBucket
Objective-C
@interface AWSEC2UserBucket
Swift
class AWSEC2UserBucket
Describes the Amazon S3 bucket for the disk image.
-
The name of the Amazon S3 bucket where the disk image is located.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Bucket;
Swift
var s3Bucket: String? { get set }
-
The file name of the disk image.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Key;
Swift
var s3Key: String? { get set }