Class: Aws::VoiceID::Types::DeleteSpeakerRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::VoiceID::Types::DeleteSpeakerRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [:speaker_id] 
Instance Attribute Summary collapse
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the domain that contains the speaker. 
- 
  
    
      #speaker_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the speaker you want to delete. 
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain that contains the speaker.
| 327 328 329 330 331 332 | # File 'lib/aws-sdk-voiceid/types.rb', line 327 class DeleteSpeakerRequest < Struct.new( :domain_id, :speaker_id) SENSITIVE = [:speaker_id] include Aws::Structure end | 
#speaker_id ⇒ String
The identifier of the speaker you want to delete.
| 327 328 329 330 331 332 | # File 'lib/aws-sdk-voiceid/types.rb', line 327 class DeleteSpeakerRequest < Struct.new( :domain_id, :speaker_id) SENSITIVE = [:speaker_id] include Aws::Structure end |