Class: Aws::ChimeSDKVoice::Types::CreateVoiceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceProfileRequest
- Defined in:
- gems/aws-sdk-chimesdkvoice/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.
676 677 678 679 680 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 676 class CreateVoiceProfileRequest < Struct.new( :speaker_search_task_id) SENSITIVE = [] include Aws::Structure end |