Class: Aws::EntityResolution::Types::DeleteMatchingWorkflowOutput

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

#messageString

A successful operation message.

Returns:

  • (String)


615
616
617
618
619
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 615

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