Class: Aws::S3Control::Types::DeletePublicAccessBlockRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID for the Amazon Web Services account whose ‘PublicAccessBlock` configuration you want to remove.

Returns:

  • (String)


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