AWSEC2ExportTaskS3LocationRequest
Objective-C
@interface AWSEC2ExportTaskS3LocationRequest
Swift
class AWSEC2ExportTaskS3LocationRequest
Describes the destination for an export image task.
Required parameters: [S3Bucket]
-
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 }
View on GitHub
Install in Dash
AWSEC2ExportTaskS3LocationRequest Class Reference