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.
2832 2833 2834 2835 |
# File 'lib/aws-sdk-s3/types.rb', line 2832 class GetBucketRequestPaymentOutput < Struct.new( :payer) include Aws::Structure end |