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)


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