Class: Aws::S3Control::Types::DeletePublicAccessBlockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DeletePublicAccessBlockRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Note:
When making an API call, you may pass DeletePublicAccessBlockRequest data as a hash:
{
account_id: "AccountId", # required
}
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.
1531 1532 1533 1534 1535 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1531 class DeletePublicAccessBlockRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |