Class: Aws::VoiceID::Types::DeleteFraudsterRequest

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)


310
311
312
313
314
315
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 310

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

#fraudster_idString

The identifier of the fraudster you want to delete.

Returns:

  • (String)


310
311
312
313
314
315
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 310

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