Class: Aws::VoiceID::Types::Fraudster

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

Overview

Contains all the information about a fraudster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when Voice ID identified the fraudster.

Returns:

  • (Time)


955
956
957
958
959
960
961
962
# File 'gems/aws-sdk-voiceid/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_idString

The identifier of the domain that contains the fraudster.

Returns:

  • (String)


955
956
957
958
959
960
961
962
# File 'gems/aws-sdk-voiceid/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_idString

The service-generated identifier for the fraudster.

Returns:

  • (String)


955
956
957
958
959
960
961
962
# File 'gems/aws-sdk-voiceid/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_idsArray<String>

The identifier of the watchlists the fraudster is a part of.

Returns:

  • (Array<String>)


955
956
957
958
959
960
961
962
# File 'gems/aws-sdk-voiceid/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