Class: Aws::Deadline::Types::Attachments
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::Attachments
- 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
-
#file_system ⇒ String
The file system location for the attachments.
-
#manifests ⇒ Array<Types::ManifestProperties>
The manifest properties for the attachments.
Instance Attribute Details
#file_system ⇒ String
The file system location for the attachments.
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 |
#manifests ⇒ Array<Types::ManifestProperties>
The manifest properties for the attachments.
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 |