Class: Aws::Glue::Types::StopCrawlerScheduleRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StopCrawlerScheduleRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #crawler_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the crawler whose schedule state to set. 
Instance Attribute Details
#crawler_name ⇒ String
Name of the crawler whose schedule state to set.
| 24676 24677 24678 24679 24680 | # File 'lib/aws-sdk-glue/types.rb', line 24676 class StopCrawlerScheduleRequest < Struct.new( :crawler_name) SENSITIVE = [] include Aws::Structure end |