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
Constant Summary collapse
- SENSITIVE =
[]
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.
6286 6287 6288 6289 6290 |
# File 'lib/aws-sdk-s3/types.rb', line 6286 class GetBucketRequestPaymentOutput < Struct.new( :payer) SENSITIVE = [] include Aws::Structure end |