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.



19115
19116
19117
19118
19119
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19115

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