Struct aws_sdk_macie2::model::BucketPermissionConfiguration [−][src]
#[non_exhaustive]pub struct BucketPermissionConfiguration {
pub account_level_permissions: Option<AccountLevelPermissions>,
pub bucket_level_permissions: Option<BucketLevelPermissions>,
}
Expand description
Provides information about the account-level and 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.account_level_permissions: Option<AccountLevelPermissions>
The account-level permissions settings that apply to the bucket.
bucket_level_permissions: Option<BucketLevelPermissions>
The bucket-level permissions settings for the bucket.
Implementations
The account-level permissions settings that apply to the bucket.
The bucket-level permissions settings for the bucket.
Creates a new builder-style object to manufacture BucketPermissionConfiguration
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 Send for BucketPermissionConfiguration
impl Sync for BucketPermissionConfiguration
impl Unpin for BucketPermissionConfiguration
impl UnwindSafe for BucketPermissionConfiguration
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