Class: Aws::SecurityHub::Types::AwsS3BucketServerSideEncryptionRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketServerSideEncryptionRule
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An encryption rule to apply to the S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apply_server_side_encryption_by_default ⇒ Types::AwsS3BucketServerSideEncryptionByDefault
Specifies the default server-side encryption to apply to new objects in the bucket.
Instance Attribute Details
#apply_server_side_encryption_by_default ⇒ Types::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.
19118 19119 19120 19121 19122 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19118 class AwsS3BucketServerSideEncryptionRule < Struct.new( :apply_server_side_encryption_by_default) SENSITIVE = [] include Aws::Structure end |