Class: Aws::ChimeSDKVoice::Types::CreateVoiceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speaker_search_task_id ⇒ String
The ID of the speaker search task.
Instance Attribute Details
#speaker_search_task_id ⇒ String
The ID of the speaker search task.
643 644 645 646 647 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 643 class CreateVoiceProfileRequest < Struct.new( :speaker_search_task_id) SENSITIVE = [] include Aws::Structure end |