Class: Aws::Polly::Types::GetSpeechSynthesisTaskOutput

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 from the requested task, including output format, creation time, task status, and so on.



154
155
156
157
158
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 154

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