Class: Aws::Glue::Types::GetWorkflowResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetWorkflowResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #workflow  ⇒ Types::Workflow 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource metadata for the workflow. 
Instance Attribute Details
#workflow ⇒ Types::Workflow
The resource metadata for the workflow.
| 14857 14858 14859 14860 14861 | # File 'lib/aws-sdk-glue/types.rb', line 14857 class GetWorkflowResponse < Struct.new( :workflow) SENSITIVE = [] include Aws::Structure end |