AWSS3RestoreObjectOutput

Objective-C

@interface AWSS3RestoreObjectOutput

Swift

class AWSS3RestoreObjectOutput
  • If present, indicates that the requester was successfully charged for the request.

    Declaration

    Objective-C

    @property (nonatomic) AWSS3RequestCharged requestCharged;

    Swift

    var requestCharged: AWSS3RequestCharged { get set }
  • Indicates the path in the provided S3 output location where Select results will be restored to.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable restoreOutputPath;

    Swift

    var restoreOutputPath: String? { get set }