Class: Aws::States::Types::ExecutionSucceededEventDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

Contains details about the successful termination of the execution.

Instance Attribute Summary collapse

Instance Attribute Details

#outputString

The JSON data output by the execution.

Returns:

  • (String)


698
699
700
701
# File 'lib/aws-sdk-states/types.rb', line 698

class ExecutionSucceededEventDetails < Struct.new(
  :output)
  include Aws::Structure
end