Class: Aws::Macie2::Types::BucketServerSideEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::BucketServerSideEncryption
- Defined in:
- gems/aws-sdk-macie2/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#kms_master_key_id ⇒ String
932 933 934 935 936 937 |
# File 'gems/aws-sdk-macie2/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 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 932 class BucketServerSideEncryption < Struct.new( :kms_master_key_id, :type) SENSITIVE = [] include Aws::Structure end |