Class: Aws::Polly::Types::ListSpeechSynthesisTasksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ListSpeechSynthesisTasksInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of speech synthesis tasks returned in a List operation.
-
#next_token ⇒ String
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
-
#status ⇒ String
Status of the speech synthesis tasks returned in a List operation.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of speech synthesis tasks returned in a List operation.
460 461 462 463 464 465 466 |
# File 'lib/aws-sdk-polly/types.rb', line 460 class ListSpeechSynthesisTasksInput < Struct.new( :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
460 461 462 463 464 465 466 |
# File 'lib/aws-sdk-polly/types.rb', line 460 class ListSpeechSynthesisTasksInput < Struct.new( :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the speech synthesis tasks returned in a List operation
460 461 462 463 464 465 466 |
# File 'lib/aws-sdk-polly/types.rb', line 460 class ListSpeechSynthesisTasksInput < Struct.new( :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |