Class: Aws::FraudDetector::Types::DeleteBatchImportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID of the batch import job to delete.

Returns:

  • (String)


1039
1040
1041
1042
1043
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1039

class DeleteBatchImportJobRequest < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end