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)


614
615
616
617
618
619
# File 'lib/aws-sdk-deadline/types.rb', line 614

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:



614
615
616
617
618
619
# File 'lib/aws-sdk-deadline/types.rb', line 614

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