Class: Aws::Glue::Types::BatchGetCrawlersRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetCrawlersRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #crawler_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of crawler names, which might be the names returned from the ‘ListCrawlers` operation. 
Instance Attribute Details
#crawler_names ⇒ Array<String>
A list of crawler names, which might be the names returned from the ‘ListCrawlers` operation.
| 1015 1016 1017 1018 1019 | # File 'lib/aws-sdk-glue/types.rb', line 1015 class BatchGetCrawlersRequest < Struct.new( :crawler_names) SENSITIVE = [] include Aws::Structure end |