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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


15119
15120
15121
15122
15123
# File 'lib/aws-sdk-s3/types.rb', line 15119

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