Class: Aws::VoiceID::Types::Fraudster
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VoiceID::Types::Fraudster
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-voiceid/types.rb
 
Overview
Contains all the information about a fraudster.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of when Voice ID identified the fraudster.
 - 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the domain that contains the fraudster.
 - 
  
    
      #generated_fraudster_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service-generated identifier for the fraudster.
 - 
  
    
      #watchlist_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the watchlists the fraudster is a part of.
 
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when Voice ID identified the fraudster.
      955 956 957 958 959 960 961 962  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 955 class Fraudster < Struct.new( :created_at, :domain_id, :generated_fraudster_id, :watchlist_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#domain_id ⇒ String
The identifier of the domain that contains the fraudster.
      955 956 957 958 959 960 961 962  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 955 class Fraudster < Struct.new( :created_at, :domain_id, :generated_fraudster_id, :watchlist_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#generated_fraudster_id ⇒ String
The service-generated identifier for the fraudster.
      955 956 957 958 959 960 961 962  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 955 class Fraudster < Struct.new( :created_at, :domain_id, :generated_fraudster_id, :watchlist_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#watchlist_ids ⇒ Array<String>
The identifier of the watchlists the fraudster is a part of.
      955 956 957 958 959 960 961 962  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 955 class Fraudster < Struct.new( :created_at, :domain_id, :generated_fraudster_id, :watchlist_ids) SENSITIVE = [] include Aws::Structure end  |