Class: Aws::S3::Types::RequestPaymentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::RequestPaymentConfiguration
- 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
}
Container for Payer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payer ⇒ String
Specifies who pays for the download and request fees.
Instance Attribute Details
#payer ⇒ String
Specifies who pays for the download and request fees.
14931 14932 14933 14934 14935 |
# File 'lib/aws-sdk-s3/types.rb', line 14931 class RequestPaymentConfiguration < Struct.new( :payer) SENSITIVE = [] include Aws::Structure end |