Class: Aws::Glue::Types::GetCrawlerResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetCrawlerResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #crawler  ⇒ Types::Crawler 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The metadata for the specified crawler. 
Instance Attribute Details
#crawler ⇒ Types::Crawler
The metadata for the specified crawler.
| 11636 11637 11638 11639 11640 | # File 'lib/aws-sdk-glue/types.rb', line 11636 class GetCrawlerResponse < Struct.new( :crawler) SENSITIVE = [] include Aws::Structure end |