AWSEC2UserBucketDetails
Objective-C
@interface AWSEC2UserBucketDetails
Swift
class AWSEC2UserBucketDetails
Describes the Amazon S3 bucket for the disk image.
-
The Amazon S3 bucket from which the disk image was created.
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 }
View on GitHub
Install in Dash
AWSEC2UserBucketDetails Class Reference