Class: Aws::S3::Types::GetBucketRequestPaymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketRequestPaymentRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketRequestPaymentRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#bucket ⇒ String
2629 2630 2631 2632 |
# File 'lib/aws-sdk-s3/types.rb', line 2629 class GetBucketRequestPaymentRequest < Struct.new( :bucket) include Aws::Structure end |