Class: Aws::Connect::Types::BatchGetAttachedFileMetadataResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::BatchGetAttachedFileMetadataResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #errors  ⇒ Array<Types::AttachedFileError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of errors of attached files that could not be retrieved.
 - 
  
    
      #files  ⇒ Array<Types::AttachedFile> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of attached files that were successfully retrieved.
 
Instance Attribute Details
#errors ⇒ Array<Types::AttachedFileError>
List of errors of attached files that could not be retrieved.
      1841 1842 1843 1844 1845 1846  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1841 class BatchGetAttachedFileMetadataResponse < Struct.new( :files, :errors) SENSITIVE = [] include Aws::Structure end  | 
  
#files ⇒ Array<Types::AttachedFile>
List of attached files that were successfully retrieved.
      1841 1842 1843 1844 1845 1846  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1841 class BatchGetAttachedFileMetadataResponse < Struct.new( :files, :errors) SENSITIVE = [] include Aws::Structure end  |