Struct aws_sdk_macie2::model::BucketLevelPermissions [−][src]
#[non_exhaustive]pub struct BucketLevelPermissions {
pub access_control_list: Option<AccessControlList>,
pub block_public_access: Option<BlockPublicAccess>,
pub bucket_policy: Option<BucketPolicy>,
}
Expand description
Provides information about the bucket-level permissions settings 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.access_control_list: Option<AccessControlList>
The permissions settings of the access control list (ACL) for the bucket. This value is null if an ACL hasn't been defined for the bucket.
block_public_access: Option<BlockPublicAccess>
The block public access settings for the bucket.
bucket_policy: Option<BucketPolicy>
The permissions settings of the bucket policy for the bucket. This value is null if a bucket policy hasn't been defined for the bucket.
Implementations
The permissions settings of the access control list (ACL) for the bucket. This value is null if an ACL hasn't been defined for the bucket.
The block public access settings for the bucket.
The permissions settings of the bucket policy for the bucket. This value is null if a bucket policy hasn't been defined for the bucket.
Creates a new builder-style object to manufacture BucketLevelPermissions
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 BucketLevelPermissions
impl Send for BucketLevelPermissions
impl Sync for BucketLevelPermissions
impl Unpin for BucketLevelPermissions
impl UnwindSafe for BucketLevelPermissions
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