Class: Aws::Glue::Types::BatchGetDevEndpointsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Glue::Types::BatchGetDevEndpointsResponse
 
 
- Defined in:
 - gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dev_endpoints  ⇒ Array<Types::DevEndpoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of
DevEndpointdefinitions. - 
  
    
      #dev_endpoints_not_found  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of
DevEndpointsnot found. 
Instance Attribute Details
#dev_endpoints ⇒ Array<Types::DevEndpoint>
A list of DevEndpoint definitions.
      1153 1154 1155 1156 1157 1158  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1153 class BatchGetDevEndpointsResponse < Struct.new( :dev_endpoints, :dev_endpoints_not_found) SENSITIVE = [] include Aws::Structure end  | 
  
#dev_endpoints_not_found ⇒ Array<String>
A list of DevEndpoints not found.
      1153 1154 1155 1156 1157 1158  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1153 class BatchGetDevEndpointsResponse < Struct.new( :dev_endpoints, :dev_endpoints_not_found) SENSITIVE = [] include Aws::Structure end  |