Class: Aws::VoiceID::Types::DescribeSpeakerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:speaker_id]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The identifier of the domain that contains the speaker.

Returns:

  • (String)


474
475
476
477
478
479
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 474

class DescribeSpeakerRequest < Struct.new(
  :domain_id,
  :speaker_id)
  SENSITIVE = [:speaker_id]
  include Aws::Structure
end

#speaker_idString

The identifier of the speaker you are describing.

Returns:

  • (String)


474
475
476
477
478
479
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 474

class DescribeSpeakerRequest < Struct.new(
  :domain_id,
  :speaker_id)
  SENSITIVE = [:speaker_id]
  include Aws::Structure
end