Class: Aws::SecurityHub::Types::AwsS3BucketServerSideEncryptionRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

An encryption rule to apply to the S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apply_server_side_encryption_by_defaultTypes::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.



18343
18344
18345
18346
18347
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 18343

class AwsS3BucketServerSideEncryptionRule < Struct.new(
  :apply_server_side_encryption_by_default)
  SENSITIVE = []
  include Aws::Structure
end