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)


8521
8522
8523
8524
# File 'lib/aws-sdk-s3/types.rb', line 8521

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