Class: Aws::VoiceID::Types::DescribeFraudsterRegistrationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::DescribeFraudsterRegistrationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The identifier of the domain that contains the fraudster registration job.
-
#job_id ⇒ String
The identifier of the fraudster registration job you are describing.
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain that contains the fraudster registration job.
386 387 388 389 390 391 |
# File 'lib/aws-sdk-voiceid/types.rb', line 386 class DescribeFraudsterRegistrationJobRequest < Struct.new( :domain_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The identifier of the fraudster registration job you are describing.
386 387 388 389 390 391 |
# File 'lib/aws-sdk-voiceid/types.rb', line 386 class DescribeFraudsterRegistrationJobRequest < Struct.new( :domain_id, :job_id) SENSITIVE = [] include Aws::Structure end |