Class: Aws::EntityResolution::Types::DeleteMatchingWorkflowInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workflow_nameString

The name of the workflow to be retrieved.

Returns:

  • (String)


603
604
605
606
607
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 603

class DeleteMatchingWorkflowInput < Struct.new(
  :workflow_name)
  SENSITIVE = []
  include Aws::Structure
end