You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Polly::Types::ListSpeechSynthesisTasksOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.

Returns:

  • (String)

    An opaque pagination token returned from the previous List operation in this request.

#synthesis_tasksArray<Types::SynthesisTask>

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.

Returns:

  • (Array<Types::SynthesisTask>)

    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.