Class: Aws::EntityResolution::Types::DeleteMatchingWorkflowOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::DeleteMatchingWorkflowOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A successful operation message.
Instance Attribute Details
#message ⇒ String
A successful operation message.
618 619 620 621 622 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 618 class DeleteMatchingWorkflowOutput < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |