Class: Aws::SecurityHub::Types::AwsS3BucketServerSideEncryptionConfiguration

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

Overview

The encryption configuration for the S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<Types::AwsS3BucketServerSideEncryptionRule>

The encryption rules that are applied to the S3 bucket.



19099
19100
19101
19102
19103
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19099

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