Class: Aws::Polly::Types::StartSpeechSynthesisTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::StartSpeechSynthesisTaskOutput
- 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 and attributes about a newly submitted speech synthesis task.
Instance Attribute Details
#synthesis_task ⇒ Types::SynthesisTask
SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.
754 755 756 757 758 |
# File 'lib/aws-sdk-polly/types.rb', line 754 class StartSpeechSynthesisTaskOutput < Struct.new( :synthesis_task) SENSITIVE = [] include Aws::Structure end |