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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/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)


6058
6059
6060
6061
6062
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 6058

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