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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payerString

Specifies who pays for the download and request fees.

Returns:

  • (String)


8159
8160
8161
8162
8163
# File 'lib/aws-sdk-s3/types.rb', line 8159

class GetBucketRequestPaymentOutput < Struct.new(
  :payer)
  SENSITIVE = []
  include Aws::Structure
end