Class: Aws::Glue::Types::StartCrawlerRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StartCrawlerRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the crawler to start. 
Instance Attribute Details
#name ⇒ String
Name of the crawler to start.
| 23788 23789 23790 23791 23792 | # File 'lib/aws-sdk-glue/types.rb', line 23788 class StartCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |