ListSpeechSynthesisTasksInput

public struct ListSpeechSynthesisTasksInput : AWSShape
extension Polly.ListSpeechSynthesisTasksInput: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Maximum number of speech synthesis tasks returned in a List operation.

    Declaration

    Swift

    public let maxResults: Int?
  • The pagination token to use in the next request to continue the listing of speech synthesis tasks.

    Declaration

    Swift

    public let nextToken: String?
  • Status of the speech synthesis tasks returned in a List operation

    Declaration

    Swift

    public let status: TaskStatus?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> Polly.ListSpeechSynthesisTasksInput