Class: Aws::VoiceID::Types::FraudsterRegistrationJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/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

Instance Attribute Details

#created_atTime

A timestamp of when the fraudster registration job was created.

Returns:

  • (Time)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-voiceid/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_idString

The identifier of the domain that contains the fraudster registration job.

Returns:

  • (String)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-voiceid/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_atTime

A timestamp of when the fraudster registration job ended.

Returns:

  • (Time)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-voiceid/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_detailsTypes::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 'gems/aws-sdk-voiceid/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_idString

The service-generated identifier for the fraudster registration job.

Returns:

  • (String)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-voiceid/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_nameString

The client-provided name for the fraudster registration job.

Returns:

  • (String)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-voiceid/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_progressTypes::JobProgress

Shows the completed percentage of registration requests listed in the input file.

Returns:



1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-voiceid/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_statusString

The current status of the fraudster registration job.

Returns:

  • (String)


1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
# File 'gems/aws-sdk-voiceid/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