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.



2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2163

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)


2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2163

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