Class: Aws::Deadline::Types::JobDetailsIdentifiers

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

Overview

The identifiers for a job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID.

Returns:

  • (String)


4220
4221
4222
4223
4224
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4220

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