Class: Aws::SecurityHub::Types::AwsS3BucketServerSideEncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsS3BucketServerSideEncryptionConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The encryption configuration for the S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rules ⇒ Array<Types::AwsS3BucketServerSideEncryptionRule>
The encryption rules that are applied to the S3 bucket.
Instance Attribute Details
#rules ⇒ Array<Types::AwsS3BucketServerSideEncryptionRule>
The encryption rules that are applied to the S3 bucket.
19102 19103 19104 19105 19106 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19102 class AwsS3BucketServerSideEncryptionConfiguration < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |