Class: Aws::Deadline::Types::Attachments
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::Attachments
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The attachments for jobs.
Constant Summary collapse
- SENSITIVE =
[:manifests]
Instance Attribute Summary collapse
-
#file_system ⇒ String
The file system.
-
#manifests ⇒ Array<Types::ManifestProperties>
A list of manifests which describe job attachment configurations.
Instance Attribute Details
#file_system ⇒ String
The file system.
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 |
#manifests ⇒ Array<Types::ManifestProperties>
A list of manifests which describe job attachment configurations.
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 |