Class: Aws::Macie2::Types::BucketServerSideEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketServerSideEncryption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the default server-side encryption settings for an S3 bucket. For detailed information about these settings, see [Setting default server-side encryption behavior for Amazon S3 buckets] in the *Amazon Simple Storage Service User Guide*.
[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-encryption.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#kms_master_key_id ⇒ String
932 933 934 935 936 937 |
# File 'lib/aws-sdk-macie2/types.rb', line 932 class BucketServerSideEncryption < Struct.new( :kms_master_key_id, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
932 933 934 935 936 937 |
# File 'lib/aws-sdk-macie2/types.rb', line 932 class BucketServerSideEncryption < Struct.new( :kms_master_key_id, :type) SENSITIVE = [] include Aws::Structure end |