class Aws::S3Control::Types::PutPublicAccessBlockRequest

@note When making an API call, you may pass PutPublicAccessBlockRequest

data as a hash:

    {
      public_access_block_configuration: { # required
        block_public_acls: false,
        ignore_public_acls: false,
        block_public_policy: false,
        restrict_public_buckets: false,
      },
      account_id: "AccountId", # required
    }

@!attribute [rw] public_access_block_configuration

The `PublicAccessBlock` configuration that you want to apply to the
specified Amazon Web Services account.
@return [Types::PublicAccessBlockConfiguration]

@!attribute [rw] account_id

The account ID for the Amazon Web Services account whose
`PublicAccessBlock` configuration you want to set.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/PutPublicAccessBlockRequest AWS API Documentation

Constants

SENSITIVE