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

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

#task_idString

The Amazon Polly generated identifier for a speech synthesis task.

Returns:

  • (String)


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

class GetSpeechSynthesisTaskInput < Struct.new(
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end