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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-chimesdkvoice/types.rb', line 643

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