Class: Aws::Glue::Types::StopCrawlerRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StopCrawlerRequest
 
- 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 stop. 
Instance Attribute Details
#name ⇒ String
Name of the crawler to stop.
| 24660 24661 24662 24663 24664 | # File 'lib/aws-sdk-glue/types.rb', line 24660 class StopCrawlerRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |