Class: Aws::VoiceID::Types::AssociateFraudsterResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



56
57
58
59
60
# File 'lib/aws-sdk-voiceid/types.rb', line 56

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