Class: Aws::VoiceID::Types::DisassociateFraudsterRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VoiceID::Types::DisassociateFraudsterRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-voiceid/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:fraudster_id]
Instance Attribute Summary collapse
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the domain that contains the fraudster.
 - 
  
    
      #fraudster_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the fraudster to be disassociated from the watchlist.
 - 
  
    
      #watchlist_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the watchlist that you want to disassociate from the fraudster.
 
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain that contains the fraudster.
      538 539 540 541 542 543 544  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 538 class DisassociateFraudsterRequest < Struct.new( :domain_id, :fraudster_id, :watchlist_id) SENSITIVE = [:fraudster_id] include Aws::Structure end  | 
  
#fraudster_id ⇒ String
The identifier of the fraudster to be disassociated from the watchlist.
      538 539 540 541 542 543 544  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 538 class DisassociateFraudsterRequest < Struct.new( :domain_id, :fraudster_id, :watchlist_id) SENSITIVE = [:fraudster_id] include Aws::Structure end  | 
  
#watchlist_id ⇒ String
The identifier of the watchlist that you want to disassociate from the fraudster.
      538 539 540 541 542 543 544  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 538 class DisassociateFraudsterRequest < Struct.new( :domain_id, :fraudster_id, :watchlist_id) SENSITIVE = [:fraudster_id] include Aws::Structure end  |