Class: Aws::S3::Types::GetBucketPolicyStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketPolicyStatusRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketPolicyStatusRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the Amazon S3 bucket whose policy status you want to retrieve.
Instance Attribute Details
#bucket ⇒ String
The name of the Amazon S3 bucket whose policy status you want to retrieve.
2792 2793 2794 2795 |
# File 'lib/aws-sdk-s3/types.rb', line 2792 class GetBucketPolicyStatusRequest < Struct.new( :bucket) include Aws::Structure end |