Struct aws_sdk_securityhub::model::AwsS3BucketServerSideEncryptionRule [−][src]
#[non_exhaustive]pub struct AwsS3BucketServerSideEncryptionRule {
pub apply_server_side_encryption_by_default: Option<AwsS3BucketServerSideEncryptionByDefault>,
}
Expand description
An encryption rule to apply to the 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.apply_server_side_encryption_by_default: Option<AwsS3BucketServerSideEncryptionByDefault>
Specifies the default server-side encryption to apply to new objects in the bucket. If a
PUT
object request doesn't specify any server-side encryption, this default
encryption is applied.
Implementations
Specifies the default server-side encryption to apply to new objects in the bucket. If a
PUT
object request doesn't specify any server-side encryption, this default
encryption is applied.
Creates a new builder-style object to manufacture AwsS3BucketServerSideEncryptionRule
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 AwsS3BucketServerSideEncryptionRule
impl Sync for AwsS3BucketServerSideEncryptionRule
impl Unpin for AwsS3BucketServerSideEncryptionRule
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