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

Inherits:
Struct
  • Object
show all
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

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.



19125
19126
19127
19128
19129
# File 'lib/aws-sdk-securityhub/types.rb', line 19125

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