Struct aws_sdk_macie2::model::BucketPublicAccess [−][src]
#[non_exhaustive]pub struct BucketPublicAccess {
pub effective_permission: Option<EffectivePermission>,
pub permission_configuration: Option<BucketPermissionConfiguration>,
}
Expand description
Provides information about the permissions settings that determine whether an S3 bucket is publicly accessible.
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.effective_permission: Option<EffectivePermission>
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:
NOT_PUBLIC - The bucket isn't publicly accessible.
PUBLIC - The bucket is publicly accessible.
UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.
permission_configuration: Option<BucketPermissionConfiguration>
The account-level and bucket-level permissions settings for the bucket.
Implementations
Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket. Possible values are:
NOT_PUBLIC - The bucket isn't publicly accessible.
PUBLIC - The bucket is publicly accessible.
UNKNOWN - Amazon Macie can't determine whether the bucket is publicly accessible.
The account-level and bucket-level permissions settings for the bucket.
Creates a new builder-style object to manufacture BucketPublicAccess
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 BucketPublicAccess
impl Send for BucketPublicAccess
impl Sync for BucketPublicAccess
impl Unpin for BucketPublicAccess
impl UnwindSafe for BucketPublicAccess
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