Class: Aws::Translate::Types::EncryptionKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::EncryptionKey
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
The encryption key used to encrypt this object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.
-
#type ⇒ String
The type of encryption key used by Amazon Translate to encrypt this object.
Instance Attribute Details
#id ⇒ String
The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.
277 278 279 280 281 282 |
# File 'lib/aws-sdk-translate/types.rb', line 277 class EncryptionKey < Struct.new( :type, :id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of encryption key used by Amazon Translate to encrypt this object.
277 278 279 280 281 282 |
# File 'lib/aws-sdk-translate/types.rb', line 277 class EncryptionKey < Struct.new( :type, :id) SENSITIVE = [] include Aws::Structure end |