Class: Aws::ConnectWisdomService::Types::ServerSideEncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::ServerSideEncryptionConfiguration
- Defined in:
- gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb
Overview
The KMS key used for encryption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The KMS key.
Instance Attribute Details
#kms_key_id ⇒ String
The KMS key. For information about valid ID values, see Key identifiers (KeyId).
2030 2031 2032 2033 2034 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/types.rb', line 2030 class ServerSideEncryptionConfiguration < Struct.new( :kms_key_id) SENSITIVE = [] include Aws::Structure end |