Class: Aws::S3Control::Types::DeletePublicAccessBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeletePublicAccessBlockRequest
- Includes:
- Aws::Structure
- Defined in:
- 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 remove.
Instance Attribute Details
#account_id ⇒ String
The account ID for the Amazon Web Services account whose ‘PublicAccessBlock` configuration you want to remove.
1842 1843 1844 1845 1846 |
# File 'lib/aws-sdk-s3control/types.rb', line 1842 class DeletePublicAccessBlockRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |