Class: Aws::S3Control::Types::PutPublicAccessBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutPublicAccessBlockRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID for the Amazon Web Services account whose
PublicAccessBlock
configuration you want to set. -
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
The
PublicAccessBlock
configuration that you want to apply to the specified Amazon Web Services account.
Instance Attribute Details
#account_id ⇒ String
The account ID for the Amazon Web Services account whose
PublicAccessBlock
configuration you want to set.
6411 6412 6413 6414 6415 6416 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6411 class PutPublicAccessBlockRequest < Struct.new( :public_access_block_configuration, :account_id) SENSITIVE = [] include Aws::Structure end |
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
The PublicAccessBlock
configuration that you want to apply to the
specified Amazon Web Services account.
6411 6412 6413 6414 6415 6416 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6411 class PutPublicAccessBlockRequest < Struct.new( :public_access_block_configuration, :account_id) SENSITIVE = [] include Aws::Structure end |