ListFaqsRequest
public struct ListFaqsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The index that contains the FAQ lists.
Declaration
Swift
public let indexId: String
-
The maximum number of FAQs to return in the response. If there are fewer results in the list, this response contains only the actual results.
Declaration
Swift
public let maxResults: Int?
-
If the result of the previous request to ListFaqs was truncated, include the NextToken to fetch the next set of FAQs.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(indexId: String, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws