Class: Aws::S3::Types::GetPublicAccessBlockRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucketString

The name of the Amazon S3 bucket whose ‘PublicAccessBlock` configuration you want to retrieve.

Returns:

  • (String)


3599
3600
3601
3602
# File 'lib/aws-sdk-s3/types.rb', line 3599

class GetPublicAccessBlockRequest < Struct.new(
  :bucket)
  include Aws::Structure
end