Class: Aws::VoiceID::Types::StartFraudsterRegistrationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::StartFraudsterRegistrationJobResponse
- Defined in:
- gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::FraudsterRegistrationJob
Details about the started fraudster registration job.
Instance Attribute Details
#job ⇒ Types::FraudsterRegistrationJob
Details about the started fraudster registration job.
2013 2014 2015 2016 2017 |
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 2013 class StartFraudsterRegistrationJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |