Class: Aws::Polly::Types::GetSpeechSynthesisTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::GetSpeechSynthesisTaskOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#synthesis_task ⇒ Types::SynthesisTask
SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.
Instance Attribute Details
#synthesis_task ⇒ Types::SynthesisTask
SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on.
185 186 187 188 189 |
# File 'lib/aws-sdk-polly/types.rb', line 185 class GetSpeechSynthesisTaskOutput < Struct.new( :synthesis_task) SENSITIVE = [] include Aws::Structure end |