ListSpeechSynthesisTasksOutput

public struct ListSpeechSynthesisTasksOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.

    Declaration

    Swift

    public let nextToken: String?
  • List of SynthesisTask objects that provides information from the specified task in the list request, including output format, creation time, task status, and so on.

    Declaration

    Swift

    public let synthesisTasks: [SynthesisTask]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, synthesisTasks: [SynthesisTask]? = nil)