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

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

Overview

Container for Payer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payerString

Specifies who pays for the download and request fees.

Returns:

  • (String)


17855
17856
17857
17858
17859
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 17855

class RequestPaymentConfiguration < Struct.new(
  :payer)
  SENSITIVE = []
  include Aws::Structure
end