Class: Aws::Polly::Types::GetSpeechSynthesisTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::GetSpeechSynthesisTaskInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The Amazon Polly generated identifier for a speech synthesis task.
Instance Attribute Details
#task_id ⇒ String
The Amazon Polly generated identifier for a speech synthesis task.
141 142 143 144 145 |
# File 'lib/aws-sdk-polly/types.rb', line 141 class GetSpeechSynthesisTaskInput < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |