Class: Aws::S3::Types::GetBucketRequestPaymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketRequestPaymentOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
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.
2612 2613 2614 2615 |
# File 'lib/aws-sdk-s3/types.rb', line 2612 class GetBucketRequestPaymentOutput < Struct.new( :payer) include Aws::Structure end |