You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Polly::Types::ListSpeechSynthesisTasksInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListSpeechSynthesisTasksInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of speech synthesis tasks returned in a List operation.

Returns:

  • (Integer)

    Maximum number of speech synthesis tasks returned in a List operation.

#next_tokenString

The pagination token to use in the next request to continue the listing of speech synthesis tasks.

Returns:

  • (String)

    The pagination token to use in the next request to continue the listing of speech synthesis tasks.

#statusString

Status of the speech synthesis tasks returned in a List operation

Possible values:

  • scheduled
  • inProgress
  • completed
  • failed

Returns:

  • (String)

    Status of the speech synthesis tasks returned in a List operation.