Class: Aws::Polly::Types::StartSpeechSynthesisTaskOutput

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

#synthesis_taskTypes::SynthesisTask

SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.



682
683
684
685
686
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 682

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