Class: Aws::VoiceID::Types::DescribeFraudsterRegistrationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DescribeFraudsterRegistrationJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::FraudsterRegistrationJob
Contains details about the specified fraudster registration job.
Instance Attribute Details
#job ⇒ Types::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 |