AWSS3OutputLocation
Objective-C
@interface AWSS3OutputLocation
Swift
class AWSS3OutputLocation
Describes the location where the restore job’s output is stored.
-
Describes an S3 location that will receive the results of the restore request.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3S3Location *_Nullable s3;
Swift
var s3: AWSS3S3Location? { get set }