AWSS3RequestPaymentConfiguration

Objective-C

@interface AWSS3RequestPaymentConfiguration

Swift

class AWSS3RequestPaymentConfiguration

Container for Payer.

Required parameters: [Payer]

  • Specifies who pays for the download and request fees.

    Declaration

    Objective-C

    @property (nonatomic) AWSS3Payer payer;

    Swift

    var payer: AWSS3Payer { get set }