Class: Aws::Glue::Types::GetWorkflowRunResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetWorkflowRunResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #run  ⇒ Types::WorkflowRun 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The requested workflow run metadata. 
Instance Attribute Details
#run ⇒ Types::WorkflowRun
The requested workflow run metadata.
| 14920 14921 14922 14923 14924 | # File 'lib/aws-sdk-glue/types.rb', line 14920 class GetWorkflowRunResponse < Struct.new( :run) SENSITIVE = [] include Aws::Structure end |