Class: Aws::S3::Types::GetBucketPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketPolicyRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketPolicyRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
The bucket name for which to get the bucket policy.
Instance Attribute Details
#bucket ⇒ String
The bucket name for which to get the bucket policy.
4065 4066 4067 4068 |
# File 'lib/aws-sdk-s3/types.rb', line 4065 class GetBucketPolicyRequest < Struct.new( :bucket) include Aws::Structure end |