class Aws::SecurityHub::Types::AwsS3AccountPublicAccessBlockDetails

provides information about the Amazon S3 Public Access Block configuration for accounts.

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

data as a hash:

    {
      block_public_acls: false,
      block_public_policy: false,
      ignore_public_acls: false,
      restrict_public_buckets: false,
    }

@!attribute [rw] block_public_acls

Indicates whether to reject calls to update an S3 bucket if the
calls include a public access control list (ACL).
@return [Boolean]

@!attribute [rw] block_public_policy

Indicates whether to reject calls to update the access policy for an
S3 bucket or access point if the policy allows public access.
@return [Boolean]

@!attribute [rw] ignore_public_acls

Indicates whether Amazon S3 ignores public ACLs that are associated
with an S3 bucket.
@return [Boolean]

@!attribute [rw] restrict_public_buckets

Indicates whether to restrict access to an access point or S3 bucket
that has a public policy to only Amazon Web Services service
principals and authorized users within the S3 bucket owner's
account.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsS3AccountPublicAccessBlockDetails AWS API Documentation

Constants

SENSITIVE