ListLexiconsOutput
public struct ListLexiconsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of lexicon names and attributes.
Declaration
Swift
public let lexicons: [LexiconDescription]?
-
The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(lexicons: [LexiconDescription]? = nil, nextToken: String? = nil)