Class: Aws::EntityResolution::Types::DeleteIdMappingWorkflowOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


570
571
572
573
574
# File 'lib/aws-sdk-entityresolution/types.rb', line 570

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