Class: Aws::Deadline::Types::JobAttachmentDetailsIdentifiers

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

Overview

Identifier details for job attachments.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID.

Returns:

  • (String)


4292
4293
4294
4295
4296
# File 'lib/aws-sdk-deadline/types.rb', line 4292

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