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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4350
4351
4352
4353
4354
# File 'lib/aws-sdk-deadline/types.rb', line 4350

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