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

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

Overview

The attachments for jobs.

Constant Summary collapse

SENSITIVE =
[:manifests]

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemString

The file system.

Returns:

  • (String)


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

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

#manifestsArray<Types::ManifestProperties>

A list of manifests which describe job attachment configurations.

Returns:



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

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