Class: Aws::Deadline::Types::CreateJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID.

Returns:

  • (String)


1139
1140
1141
1142
1143
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1139

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