Class: Aws::Glue::Types::GetWorkflowRunRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetWorkflowRunRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #include_graph  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies whether to include the workflow graph in response or not. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the workflow being run. 
- 
  
    
      #run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the workflow run. 
Instance Attribute Details
#include_graph ⇒ Boolean
Specifies whether to include the workflow graph in response or not.
| 14906 14907 14908 14909 14910 14911 14912 | # File 'lib/aws-sdk-glue/types.rb', line 14906 class GetWorkflowRunRequest < Struct.new( :name, :run_id, :include_graph) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
Name of the workflow being run.
| 14906 14907 14908 14909 14910 14911 14912 | # File 'lib/aws-sdk-glue/types.rb', line 14906 class GetWorkflowRunRequest < Struct.new( :name, :run_id, :include_graph) SENSITIVE = [] include Aws::Structure end | 
#run_id ⇒ String
The ID of the workflow run.
| 14906 14907 14908 14909 14910 14911 14912 | # File 'lib/aws-sdk-glue/types.rb', line 14906 class GetWorkflowRunRequest < Struct.new( :name, :run_id, :include_graph) SENSITIVE = [] include Aws::Structure end |