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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The ID of the Job to be deleted.

Returns:

  • (String)


443
444
445
446
447
# File 'lib/aws-sdk-drs/types.rb', line 443

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