Class: Aws::Glue::Types::BatchGetCrawlersResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetCrawlersResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #crawlers  ⇒ Array<Types::Crawler> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of crawler definitions. 
- 
  
    
      #crawlers_not_found  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of names of crawlers that were not found. 
Instance Attribute Details
#crawlers ⇒ Array<Types::Crawler>
A list of crawler definitions.
| 1031 1032 1033 1034 1035 1036 | # File 'lib/aws-sdk-glue/types.rb', line 1031 class BatchGetCrawlersResponse < Struct.new( :crawlers, :crawlers_not_found) SENSITIVE = [] include Aws::Structure end | 
#crawlers_not_found ⇒ Array<String>
A list of names of crawlers that were not found.
| 1031 1032 1033 1034 1035 1036 | # File 'lib/aws-sdk-glue/types.rb', line 1031 class BatchGetCrawlersResponse < Struct.new( :crawlers, :crawlers_not_found) SENSITIVE = [] include Aws::Structure end |