Class: Aws::Polly::Types::ListSpeechSynthesisTasksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ListSpeechSynthesisTasksOutput
- Defined in:
- gems/aws-sdk-polly/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.
527 528 529 530 531 532 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 527 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.
527 528 529 530 531 532 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 527 class ListSpeechSynthesisTasksOutput < Struct.new( :next_token, :synthesis_tasks) SENSITIVE = [] include Aws::Structure end |