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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


481
482
483
484
485
486
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 481

class ListSpeechSynthesisTasksOutput < Struct.new(
  :next_token,
  :synthesis_tasks)
  SENSITIVE = []
  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:



481
482
483
484
485
486
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 481

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