Class: Aws::FraudDetector::Types::DeleteBatchPredictionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteBatchPredictionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the batch prediction job to delete.
Instance Attribute Details
#job_id ⇒ String
The ID of the batch prediction job to delete.
1055 1056 1057 1058 1059 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1055 class DeleteBatchPredictionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |