Class: Aws::EntityResolution::Types::GetIdMappingWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::GetIdMappingWorkflowInput
- 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.
826 827 828 829 830 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 826 class GetIdMappingWorkflowInput < Struct.new( :workflow_name) SENSITIVE = [] include Aws::Structure end |