AWSEC2ExportTaskS3LocationRequest
Objective-C
@interface AWSEC2ExportTaskS3LocationRequestSwift
class AWSEC2ExportTaskS3LocationRequestDescribes the destination for an export image task.
Required parameters: [S3Bucket]
- 
                  
                  The destination Amazon S3 bucket. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable s3Bucket;Swift var s3Bucket: String? { get set }
- 
                  
                  The prefix (logical hierarchy) in the bucket. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable s3Prefix;Swift var s3Prefix: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2ExportTaskS3LocationRequest Class Reference
        AWSEC2ExportTaskS3LocationRequest Class Reference