Class: Aws::S3Control::Types::ObjectEncryption
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ObjectEncryption
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
The updated server-side encryption type for this object. The
UpdateObjectEncryption operation supports the SSE-KMS encryption
type.
Valid Values: SSEKMS
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ssekms ⇒ Types::S3UpdateObjectEncryptionSSEKMS
Specifies to update the object encryption type to server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
Instance Attribute Details
#ssekms ⇒ Types::S3UpdateObjectEncryptionSSEKMS
Specifies to update the object encryption type to server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
6028 6029 6030 6031 6032 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6028 class ObjectEncryption < Struct.new( :ssekms) SENSITIVE = [] include Aws::Structure end |