Struct aws_sdk_securityhub::model::aws_s3_account_public_access_block_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsS3AccountPublicAccessBlockDetails
Implementations
Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list (ACL).
Indicates whether to reject calls to update an S3 bucket if the calls include a public access control list (ACL).
Indicates whether to reject calls to update the access policy for an S3 bucket or access point if the policy allows public access.
Indicates whether to reject calls to update the access policy for an S3 bucket or access point if the policy allows public access.
Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.
Indicates whether Amazon S3 ignores public ACLs that are associated with an S3 bucket.
Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only Amazon Web Services service principals and authorized users within the S3 bucket owner's account.
Indicates whether to restrict access to an access point or S3 bucket that has a public policy to only Amazon Web Services service principals and authorized users within the S3 bucket owner's account.
Consumes the builder and constructs a AwsS3AccountPublicAccessBlockDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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