GetTerminologyResponse
public struct GetTerminologyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.
Declaration
Swift
public let terminologyDataLocation: TerminologyDataLocation?
-
The properties of the custom terminology being retrieved.
Declaration
Swift
public let terminologyProperties: TerminologyProperties?
-
Undocumented
Declaration
Swift
public init(terminologyDataLocation: TerminologyDataLocation? = nil, terminologyProperties: TerminologyProperties? = nil)