Class: Aws::Drs::Types::DeleteJobRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#job_idString

The ID of the Job to be deleted.

Returns:

  • (String)


342
343
344
345
346
# File 'lib/aws-sdk-drs/types.rb', line 342

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