Class: Aws::EntityResolution::Types::GetMatchingWorkflowInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EntityResolution::Types::GetMatchingWorkflowInput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #workflow_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the workflow. 
Instance Attribute Details
#workflow_name ⇒ String
The name of the workflow.
| 1086 1087 1088 1089 1090 | # File 'lib/aws-sdk-entityresolution/types.rb', line 1086 class GetMatchingWorkflowInput < Struct.new( :workflow_name) SENSITIVE = [] include Aws::Structure end |