Class: Aws::ChimeSDKVoice::Types::CreateVoiceProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#speaker_search_task_idString

The ID of the speaker search task.

Returns:

  • (String)


643
644
645
646
647
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 643

class CreateVoiceProfileRequest < Struct.new(
  :speaker_search_task_id)
  SENSITIVE = []
  include Aws::Structure
end