Class: Aws::Glue::Types::StopWorkflowRunRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StopWorkflowRunRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the workflow to stop. 
- 
  
    
      #run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the workflow run to stop. 
Instance Attribute Details
#name ⇒ String
The name of the workflow to stop.
| 24749 24750 24751 24752 24753 24754 | # File 'lib/aws-sdk-glue/types.rb', line 24749 class StopWorkflowRunRequest < Struct.new( :name, :run_id) SENSITIVE = [] include Aws::Structure end | 
#run_id ⇒ String
The ID of the workflow run to stop.
| 24749 24750 24751 24752 24753 24754 | # File 'lib/aws-sdk-glue/types.rb', line 24749 class StopWorkflowRunRequest < Struct.new( :name, :run_id) SENSITIVE = [] include Aws::Structure end |