Class: Aws::EntityResolution::Types::DeleteIdMappingWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::DeleteIdMappingWorkflowInput
- 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 to be deleted.
Instance Attribute Details
#workflow_name ⇒ String
The name of the workflow to be deleted.
558 559 560 561 562 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 558 class DeleteIdMappingWorkflowInput < Struct.new( :workflow_name) SENSITIVE = [] include Aws::Structure end |