Class: Aws::S3::Types::GetBucketAclRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketAclRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketAclRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
Specifies the S3 bucket whose ACL is being requested.
Instance Attribute Details
#bucket ⇒ String
Specifies the S3 bucket whose ACL is being requested.
3721 3722 3723 3724 |
# File 'lib/aws-sdk-s3/types.rb', line 3721 class GetBucketAclRequest < Struct.new( :bucket) include Aws::Structure end |