Class: Aws::Drs::Types::DeleteJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DeleteJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
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.
544 545 546 547 548 |
# File 'lib/aws-sdk-drs/types.rb', line 544 class DeleteJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |