Struct aws_sdk_macie2::model::BlockPublicAccess
source · [−]#[non_exhaustive]pub struct BlockPublicAccess {
pub block_public_acls: bool,
pub block_public_policy: bool,
pub ignore_public_acls: bool,
pub restrict_public_buckets: bool,
}
Expand description
Provides information about the block public access settings for an S3 bucket. These settings can apply to a bucket at the account level or bucket level. For detailed information about each setting, see Blocking public access to your Amazon S3 storage in the Amazon Simple Storage Service User Guide.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.block_public_acls: bool
Specifies whether Amazon S3 blocks public access control lists (ACLs) for the bucket and objects in the bucket.
block_public_policy: bool
Specifies whether Amazon S3 blocks public bucket policies for the bucket.
ignore_public_acls: bool
Specifies whether Amazon S3 ignores public ACLs for the bucket and objects in the bucket.
restrict_public_buckets: bool
Specifies whether Amazon S3 restricts public bucket policies for the bucket.
Implementations
Specifies whether Amazon S3 blocks public access control lists (ACLs) for the bucket and objects in the bucket.
Specifies whether Amazon S3 blocks public bucket policies for the bucket.
Specifies whether Amazon S3 ignores public ACLs for the bucket and objects in the bucket.
Specifies whether Amazon S3 restricts public bucket policies for the bucket.
Creates a new builder-style object to manufacture BlockPublicAccess
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BlockPublicAccess
impl Send for BlockPublicAccess
impl Sync for BlockPublicAccess
impl Unpin for BlockPublicAccess
impl UnwindSafe for BlockPublicAccess
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more