Lexicon
public struct Lexicon : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Lexicon content in string format. The content of a lexicon must be in PLS format.
Declaration
Swift
public let content: String?
-
Name of the lexicon.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(content: String? = nil, name: String? = nil)