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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)


459
460
461
462
463
464
465
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 459

class ListSpeechSynthesisTasksInput < Struct.new(
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


459
460
461
462
463
464
465
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 459

class ListSpeechSynthesisTasksInput < Struct.new(
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the speech synthesis tasks returned in a List operation

Returns:

  • (String)


459
460
461
462
463
464
465
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 459

class ListSpeechSynthesisTasksInput < Struct.new(
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end