Class: Aws::Polly::Types::GetSpeechSynthesisTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::GetSpeechSynthesisTaskInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Note:
When making an API call, you may pass GetSpeechSynthesisTaskInput data as a hash:
{
task_id: "TaskId", # required
}
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.
171 172 173 174 175 |
# File 'lib/aws-sdk-polly/types.rb', line 171 class GetSpeechSynthesisTaskInput < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |