Class: Aws::Glue::Types::GetCrawlersResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetCrawlersResponse
 
- 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 metadata. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if the returned list has not reached the end of those defined in this customer account. 
Instance Attribute Details
#crawlers ⇒ Array<Types::Crawler>
A list of crawler metadata.
| 11670 11671 11672 11673 11674 11675 | # File 'lib/aws-sdk-glue/types.rb', line 11670 class GetCrawlersResponse < Struct.new( :crawlers, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, if the returned list has not reached the end of those defined in this customer account.
| 11670 11671 11672 11673 11674 11675 | # File 'lib/aws-sdk-glue/types.rb', line 11670 class GetCrawlersResponse < Struct.new( :crawlers, :next_token) SENSITIVE = [] include Aws::Structure end |