Class: Aws::FraudDetector::Types::DeleteBatchPredictionJobRequest

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 prediction job to delete.

Returns:

  • (String)


1055
1056
1057
1058
1059
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1055

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