Class: Aws::Glue::Types::CrawlerNodeDetails
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CrawlerNodeDetails
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The details of a Crawler node present in the workflow.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #crawls  ⇒ Array<Types::Crawl> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of crawls represented by the crawl node. 
Instance Attribute Details
#crawls ⇒ Array<Types::Crawl>
A list of crawls represented by the crawl node.
| 4641 4642 4643 4644 4645 | # File 'lib/aws-sdk-glue/types.rb', line 4641 class CrawlerNodeDetails < Struct.new( :crawls) SENSITIVE = [] include Aws::Structure end |