Class: Aws::VoiceID::Types::FraudsterRegistrationJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::FraudsterRegistrationJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
Contains a summary of information about a fraudster registration job.
Constant Summary collapse
- SENSITIVE =
[:job_name]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
A timestamp of when the fraudster registration job was created.
-
#domain_id ⇒ String
The identifier of the domain that contains the fraudster registration job.
-
#ended_at ⇒ Time
A timestamp of when the fraudster registration job ended.
-
#failure_details ⇒ Types::FailureDetails
Contains details that are populated when an entire batch job fails.
-
#job_id ⇒ String
The service-generated identifier for the fraudster registration job.
-
#job_name ⇒ String
The client-provided name for the fraudster registration job.
-
#job_progress ⇒ Types::JobProgress
Shows the completed percentage of registration requests listed in the input file.
-
#job_status ⇒ String
The current status of the fraudster registration job.
Instance Attribute Details
#created_at ⇒ Time
A timestamp of when the fraudster registration job was created.
1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1088 class FraudsterRegistrationJobSummary < Struct.new( :created_at, :domain_id, :ended_at, :failure_details, :job_id, :job_name, :job_progress, :job_status) SENSITIVE = [:job_name] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the domain that contains the fraudster registration job.
1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1088 class FraudsterRegistrationJobSummary < Struct.new( :created_at, :domain_id, :ended_at, :failure_details, :job_id, :job_name, :job_progress, :job_status) SENSITIVE = [:job_name] include Aws::Structure end |
#ended_at ⇒ Time
A timestamp of when the fraudster registration job ended.
1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1088 class FraudsterRegistrationJobSummary < Struct.new( :created_at, :domain_id, :ended_at, :failure_details, :job_id, :job_name, :job_progress, :job_status) SENSITIVE = [:job_name] include Aws::Structure end |
#failure_details ⇒ Types::FailureDetails
Contains details that are populated when an entire batch job fails. In cases of individual registration job failures, the batch job as a whole doesn’t fail; it is completed with a ‘JobStatus` of `COMPLETED_WITH_ERRORS`. You can use the job output file to identify the individual registration requests that failed.
1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1088 class FraudsterRegistrationJobSummary < Struct.new( :created_at, :domain_id, :ended_at, :failure_details, :job_id, :job_name, :job_progress, :job_status) SENSITIVE = [:job_name] include Aws::Structure end |
#job_id ⇒ String
The service-generated identifier for the fraudster registration job.
1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1088 class FraudsterRegistrationJobSummary < Struct.new( :created_at, :domain_id, :ended_at, :failure_details, :job_id, :job_name, :job_progress, :job_status) SENSITIVE = [:job_name] include Aws::Structure end |
#job_name ⇒ String
The client-provided name for the fraudster registration job.
1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1088 class FraudsterRegistrationJobSummary < Struct.new( :created_at, :domain_id, :ended_at, :failure_details, :job_id, :job_name, :job_progress, :job_status) SENSITIVE = [:job_name] include Aws::Structure end |
#job_progress ⇒ Types::JobProgress
Shows the completed percentage of registration requests listed in the input file.
1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1088 class FraudsterRegistrationJobSummary < Struct.new( :created_at, :domain_id, :ended_at, :failure_details, :job_id, :job_name, :job_progress, :job_status) SENSITIVE = [:job_name] include Aws::Structure end |
#job_status ⇒ String
The current status of the fraudster registration job.
1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'lib/aws-sdk-voiceid/types.rb', line 1088 class FraudsterRegistrationJobSummary < Struct.new( :created_at, :domain_id, :ended_at, :failure_details, :job_id, :job_name, :job_progress, :job_status) SENSITIVE = [:job_name] include Aws::Structure end |