Class: Aws::EntityResolution::Types::DeleteMatchingWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::DeleteMatchingWorkflowInput
- 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 retrieved.
Instance Attribute Details
#workflow_name ⇒ String
The name of the workflow to be retrieved.
606 607 608 609 610 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 606 class DeleteMatchingWorkflowInput < Struct.new( :workflow_name) SENSITIVE = [] include Aws::Structure end |