Class: Aws::FraudDetector::Types::CancelBatchPredictionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::CancelBatchPredictionJobRequest
- 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 cancel.
Instance Attribute Details
#job_id ⇒ String
The ID of the batch prediction job to cancel.
530 531 532 533 534 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 530 class CancelBatchPredictionJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |