class Aws::Polly::Types::ListSpeechSynthesisTasksInput

@note When making an API call, you may pass ListSpeechSynthesisTasksInput

data as a hash:

    {
      max_results: 1,
      next_token: "NextToken",
      status: "scheduled", # accepts scheduled, inProgress, completed, failed
    }

@!attribute [rw] max_results

Maximum number of speech synthesis tasks returned in a List
operation.
@return [Integer]

@!attribute [rw] next_token

The pagination token to use in the next request to continue the
listing of speech synthesis tasks.
@return [String]

@!attribute [rw] status

Status of the speech synthesis tasks returned in a List operation
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/ListSpeechSynthesisTasksInput AWS API Documentation

Constants

SENSITIVE