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

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

Overview

The job attachments.

Constant Summary collapse

SENSITIVE =
[:manifests]

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemString

The file system location for the attachments.

Returns:

  • (String)


707
708
709
710
711
712
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 707

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

#manifestsArray<Types::ManifestProperties>

The manifest properties for the attachments.

Returns:



707
708
709
710
711
712
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 707

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