Class: Aws::Deadline::Types::Attachments

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

Overview

The attachments for jobs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemString

The file system.

Returns:

  • (String)


565
566
567
568
569
570
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 565

class Attachments < Struct.new(
  :file_system,
  :manifests)
  SENSITIVE = []
  include Aws::Structure
end

#manifestsArray<Types::ManifestProperties>

A list of manifests which describe job attachment configurations.

Returns:



565
566
567
568
569
570
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 565

class Attachments < Struct.new(
  :file_system,
  :manifests)
  SENSITIVE = []
  include Aws::Structure
end