Class: Aws::Glue::Types::GetWorkflowRunPropertiesRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetWorkflowRunPropertiesRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the workflow which was run. 
- 
  
    
      #run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the workflow run whose run properties should be returned. 
Instance Attribute Details
#name ⇒ String
Name of the workflow which was run.
| 14873 14874 14875 14876 14877 14878 | # File 'lib/aws-sdk-glue/types.rb', line 14873 class GetWorkflowRunPropertiesRequest < Struct.new( :name, :run_id) SENSITIVE = [] include Aws::Structure end | 
#run_id ⇒ String
The ID of the workflow run whose run properties should be returned.
| 14873 14874 14875 14876 14877 14878 | # File 'lib/aws-sdk-glue/types.rb', line 14873 class GetWorkflowRunPropertiesRequest < Struct.new( :name, :run_id) SENSITIVE = [] include Aws::Structure end |