ListVocabularyFiltersRequest

public struct ListVocabularyFiltersRequest : AWSShape
extension TranscribeService.ListVocabularyFiltersRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of filters 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?
  • Filters the response so that it only contains vocabulary filters whose name contains the specified string.

    Declaration

    Swift

    public let nameContains: String?
  • If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nameContains: String? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws