Struct aws_sdk_macie2::model::AccessControlList
source · [−]#[non_exhaustive]pub struct AccessControlList { /* private fields */ }
Expand description
Provides information about the permissions settings of the bucket-level access control list (ACL) for an S3 bucket.
Implementations
sourceimpl AccessControlList
impl AccessControlList
sourcepub fn allows_public_read_access(&self) -> bool
pub fn allows_public_read_access(&self) -> bool
Specifies whether the ACL grants the general public with read access permissions for the bucket.
sourcepub fn allows_public_write_access(&self) -> bool
pub fn allows_public_write_access(&self) -> bool
Specifies whether the ACL grants the general public with write access permissions for the bucket.
sourceimpl AccessControlList
impl AccessControlList
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccessControlList
.
Trait Implementations
sourceimpl Clone for AccessControlList
impl Clone for AccessControlList
sourcefn clone(&self) -> AccessControlList
fn clone(&self) -> AccessControlList
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AccessControlList
impl Debug for AccessControlList
sourceimpl PartialEq<AccessControlList> for AccessControlList
impl PartialEq<AccessControlList> for AccessControlList
sourcefn eq(&self, other: &AccessControlList) -> bool
fn eq(&self, other: &AccessControlList) -> bool
impl StructuralPartialEq for AccessControlList
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more