TerminologyDataLocation
public struct TerminologyDataLocation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The location of the custom terminology data.
Declaration
Swift
public let location: String
-
The repository type for the custom terminology data.
Declaration
Swift
public let repositoryType: String
-
Undocumented
Declaration
Swift
public init(location: String, repositoryType: String)