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