Class: Aws::Macie2::Types::BucketServerSideEncryption

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

Returns:

  • (String)


837
838
839
840
841
842
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 837

class BucketServerSideEncryption < Struct.new(
  :kms_master_key_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


837
838
839
840
841
842
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 837

class BucketServerSideEncryption < Struct.new(
  :kms_master_key_id,
  :type)
  SENSITIVE = []
  include Aws::Structure
end