GetTerminologyRequest
public struct GetTerminologyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the custom terminology being retrieved.
Declaration
Swift
public let name: String -
The data format of the custom terminology being retrieved, either CSV or TMX.
Declaration
Swift
public let terminologyDataFormat: TerminologyDataFormat -
Undocumented
Declaration
Swift
public init(name: String, terminologyDataFormat: TerminologyDataFormat) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetTerminologyRequest Structure Reference