Class: Aws::Drs::Types::DeleteJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DeleteJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Note:
When making an API call, you may pass DeleteJobRequest data as a hash:
{
job_id: "JobID", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the Job to be deleted.
Instance Attribute Details
#job_id ⇒ String
The ID of the Job to be deleted.
431 432 433 434 435 |
# File 'lib/aws-sdk-drs/types.rb', line 431 class DeleteJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |