Class: Aws::LookoutEquipment::Types::StopInferenceSchedulerRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::StopInferenceSchedulerRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #inference_scheduler_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the inference scheduler to be stopped.
 
Instance Attribute Details
#inference_scheduler_name ⇒ String
The name of the inference scheduler to be stopped.
      4145 4146 4147 4148 4149  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 4145 class StopInferenceSchedulerRequest < Struct.new( :inference_scheduler_name) SENSITIVE = [] include Aws::Structure end  |