Class: Aws::VoiceID::Types::AssociateFraudsterRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:fraudster_id]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The identifier of the domain that contains the fraudster.

Returns:

  • (String)


42
43
44
45
46
47
48
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 42

class AssociateFraudsterRequest < Struct.new(
  :domain_id,
  :fraudster_id,
  :watchlist_id)
  SENSITIVE = [:fraudster_id]
  include Aws::Structure
end

#fraudster_idString

The identifier of the fraudster to be associated with the watchlist.

Returns:

  • (String)


42
43
44
45
46
47
48
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 42

class AssociateFraudsterRequest < Struct.new(
  :domain_id,
  :fraudster_id,
  :watchlist_id)
  SENSITIVE = [:fraudster_id]
  include Aws::Structure
end

#watchlist_idString

The identifier of the watchlist you want to associate with the fraudster.

Returns:

  • (String)


42
43
44
45
46
47
48
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 42

class AssociateFraudsterRequest < Struct.new(
  :domain_id,
  :fraudster_id,
  :watchlist_id)
  SENSITIVE = [:fraudster_id]
  include Aws::Structure
end