EncryptionKey

public struct EncryptionKey : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

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

    Declaration

    Swift

    public let id: String
  • The type of encryption key used by Amazon Translate to encrypt custom terminologies.

    Declaration

    Swift

    public let type: EncryptionKeyType
  • Undocumented

    Declaration

    Swift

    public init(id: String, type: EncryptionKeyType)
  • Declaration

    Swift

    public func validate(name: String) throws