Class: Aws::Deadline::Types::JobAttachmentDetailsEntity

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

Overview

The job attachments.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsTypes::Attachments

The job attachments.

Returns:



4204
4205
4206
4207
4208
4209
# File 'lib/aws-sdk-deadline/types.rb', line 4204

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

#job_idString

The job ID.

Returns:

  • (String)


4204
4205
4206
4207
4208
4209
# File 'lib/aws-sdk-deadline/types.rb', line 4204

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