Class: Aws::VoiceID::Types::DisassociateFraudsterResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fraudsterTypes::Fraudster

Contains all the information about a fraudster.

Returns:



552
553
554
555
556
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 552

class DisassociateFraudsterResponse < Struct.new(
  :fraudster)
  SENSITIVE = []
  include Aws::Structure
end