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.
3599 3600 3601 3602 |
# File 'lib/aws-sdk-s3/types.rb', line 3599 class GetPublicAccessBlockRequest < Struct.new( :bucket) include Aws::Structure end |