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 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.
| 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 | 
#manifests ⇒ Array<Types::ManifestProperties>
A list of manifests which describe job attachment configurations.
| 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 |