Class: Aws::S3::Types::RequestPaymentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::RequestPaymentConfiguration
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
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.
15667 15668 15669 15670 15671 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 15667 class RequestPaymentConfiguration < Struct.new( :payer) SENSITIVE = [] include Aws::Structure end |