Class: Aws::Translate::Types::EncryptionKey

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

Overview

The encryption key used to encrypt this object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.

Returns:

  • (String)


277
278
279
280
281
282
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 277

class EncryptionKey < Struct.new(
  :type,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of encryption key used by Amazon Translate to encrypt this object.

Returns:

  • (String)


277
278
279
280
281
282
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 277

class EncryptionKey < Struct.new(
  :type,
  :id)
  SENSITIVE = []
  include Aws::Structure
end