Class: Aws::VoiceID::Types::DescribeFraudsterRegistrationJobResponse

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

#jobTypes::FraudsterRegistrationJob

Contains details about the specified fraudster registration job.



399
400
401
402
403
# File 'lib/aws-sdk-voiceid/types.rb', line 399

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