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 =
[:manifests]

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemString

The file system.

Returns:

  • (String)


665
666
667
668
669
670
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 665

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:



665
666
667
668
669
670
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 665

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