Class: Aws::VoiceID::Types::DisassociateFraudsterRequest

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)


538
539
540
541
542
543
544
# File 'gems/aws-sdk-voiceid/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_idString

The identifier of the fraudster to be disassociated from the watchlist.

Returns:

  • (String)


538
539
540
541
542
543
544
# File 'gems/aws-sdk-voiceid/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_idString

The identifier of the watchlist that you want to disassociate from the fraudster.

Returns:

  • (String)


538
539
540
541
542
543
544
# File 'gems/aws-sdk-voiceid/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