AWSEC2ExportTaskS3Location
Objective-C
@interface AWSEC2ExportTaskS3Location
Swift
class AWSEC2ExportTaskS3Location
Describes the destination for an export image task.
-
The destination Amazon S3 bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Bucket;
Swift
var s3Bucket: String? { get set }
-
The prefix (logical hierarchy) in the bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable s3Prefix;
Swift
var s3Prefix: String? { get set }