Class: Aws::S3::Types::GetBucketRequestPaymentOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#payerString

Specifies who pays for the download and request fees.

Returns:

  • (String)


2832
2833
2834
2835
# File 'lib/aws-sdk-s3/types.rb', line 2832

class GetBucketRequestPaymentOutput < Struct.new(
  :payer)
  include Aws::Structure
end