GetLexiconOutput
public struct GetLexiconOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Lexicon object that provides name and the string content of the lexicon.
Declaration
Swift
public let lexicon: Lexicon?
-
Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.
Declaration
Swift
public let lexiconAttributes: LexiconAttributes?
-
Undocumented
Declaration
Swift
public init(lexicon: Lexicon? = nil, lexiconAttributes: LexiconAttributes? = nil)