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.
911 912 913 914 915 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 911 class GetIdMappingWorkflowInput < Struct.new( :workflow_name) SENSITIVE = [] include Aws::Structure end |