Class: Aws::Polly::Types::StartSpeechSynthesisTaskOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Polly::Types::StartSpeechSynthesisTaskOutput
 
- Defined in:
- gems/aws-sdk-polly/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.
| 684 685 686 687 688 | # File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 684 class StartSpeechSynthesisTaskOutput < Struct.new( :synthesis_task) SENSITIVE = [] include Aws::Structure end |