Class: Aws::Polly::Types::ListSpeechSynthesisTasksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ListSpeechSynthesisTasksOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An opaque pagination token returned from the previous List operation in this request.
-
#synthesis_tasks ⇒ 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.
Instance Attribute Details
#next_token ⇒ String
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
482 483 484 485 486 487 |
# File 'lib/aws-sdk-polly/types.rb', line 482 class ListSpeechSynthesisTasksOutput < Struct.new( :next_token, :synthesis_tasks) SENSITIVE = [] include Aws::Structure end |
#synthesis_tasks ⇒ 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.
482 483 484 485 486 487 |
# File 'lib/aws-sdk-polly/types.rb', line 482 class ListSpeechSynthesisTasksOutput < Struct.new( :next_token, :synthesis_tasks) SENSITIVE = [] include Aws::Structure end |