class Aws::VoiceID::Types::DeleteSpeakerRequest

@note When making an API call, you may pass DeleteSpeakerRequest

data as a hash:

    {
      domain_id: "DomainId", # required
      speaker_id: "SpeakerId", # required
    }

@!attribute [rw] domain_id

The identifier of the domain containing the speaker.
@return [String]

@!attribute [rw] speaker_id

The identifier of the speaker you want to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/DeleteSpeakerRequest AWS API Documentation

Constants

SENSITIVE