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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-polly/types.rb

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)


334
335
336
337
338
# File 'lib/aws-sdk-polly/types.rb', line 334

class ListSpeechSynthesisTasksOutput < Struct.new(
  :next_token,
  :synthesis_tasks)
  include Aws::Structure
end

#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:



334
335
336
337
338
# File 'lib/aws-sdk-polly/types.rb', line 334

class ListSpeechSynthesisTasksOutput < Struct.new(
  :next_token,
  :synthesis_tasks)
  include Aws::Structure
end