Struct aws_sdk_macie2::model::AccessControlList
source · [−]#[non_exhaustive]pub struct AccessControlList {
pub allows_public_read_access: bool,
pub allows_public_write_access: bool,
}
Expand description
Provides information about the permissions settings of the bucket-level access control list (ACL) for an S3 bucket.
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.allows_public_read_access: bool
Specifies whether the ACL grants the general public with read access permissions for the bucket.
allows_public_write_access: bool
Specifies whether the ACL grants the general public with write access permissions for the bucket.
Implementations
Specifies whether the ACL grants the general public with read access permissions for the bucket.
Specifies whether the ACL grants the general public with write access permissions for the bucket.
Creates a new builder-style object to manufacture AccessControlList
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 AccessControlList
impl Send for AccessControlList
impl Sync for AccessControlList
impl Unpin for AccessControlList
impl UnwindSafe for AccessControlList
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