Class: Aws::S3::Types::RequestPaymentConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Note:

When making an API call, you may pass RequestPaymentConfiguration data as a hash:

{
  payer: "Requester", # required, accepts Requester, BucketOwner
}

Instance Attribute Summary collapse

Instance Attribute Details

#payerString

Specifies who pays for the download and request fees.

Returns:

  • (String)


8517
8518
8519
8520
# File 'lib/aws-sdk-s3/types.rb', line 8517

class RequestPaymentConfiguration < Struct.new(
  :payer)
  include Aws::Structure
end