Class: Aws::S3::Types::GetPublicAccessBlockOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetPublicAccessBlockOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Instance Attribute Summary collapse
-
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
The ‘PublicAccessBlock` configuration currently in effect for this Amazon S3 bucket.
Instance Attribute Details
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
The ‘PublicAccessBlock` configuration currently in effect for this Amazon S3 bucket.
3579 3580 3581 3582 |
# File 'lib/aws-sdk-s3/types.rb', line 3579 class GetPublicAccessBlockOutput < Struct.new( :public_access_block_configuration) include Aws::Structure end |