Class: Aws::Polly::Types::GetSpeechSynthesisTaskInput

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

Overview

Note:

When making an API call, you may pass GetSpeechSynthesisTaskInput data as a hash:

{
  task_id: "TaskId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#task_idString

The Amazon Polly generated identifier for a speech synthesis task.

Returns:

  • (String)


142
143
144
145
# File 'lib/aws-sdk-polly/types.rb', line 142

class GetSpeechSynthesisTaskInput < Struct.new(
  :task_id)
  include Aws::Structure
end