Class: Aws::S3Control::Types::GeneratedManifestEncryption

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

Overview

The encryption configuration to use when storing the generated manifest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ssekmsTypes::SSEKMSEncryption

Configuration details on how SSE-KMS is used to encrypt generated manifest objects.



1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1623

class GeneratedManifestEncryption < Struct.new(
  :sses3,
  :ssekms)
  SENSITIVE = []
  include Aws::Structure
end

#sses3Types::SSES3Encryption

Specifies the use of SSE-S3 to encrypt generated manifest objects.

Returns:

  • (Types::SSES3Encryption)


1623
1624
1625
1626
1627
1628
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1623

class GeneratedManifestEncryption < Struct.new(
  :sses3,
  :ssekms)
  SENSITIVE = []
  include Aws::Structure
end