Class: Aws::States::Types::StateEnteredEventDetails

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

Overview

Contains details about a state entered during an execution.

Instance Attribute Summary collapse

Instance Attribute Details

#inputString

The string that contains the JSON input data for the state.

Returns:

  • (String)


1513
1514
1515
1516
1517
# File 'lib/aws-sdk-states/types.rb', line 1513

class StateEnteredEventDetails < Struct.new(
  :name,
  :input)
  include Aws::Structure
end

#nameString

The name of the state.

Returns:

  • (String)


1513
1514
1515
1516
1517
# File 'lib/aws-sdk-states/types.rb', line 1513

class StateEnteredEventDetails < Struct.new(
  :name,
  :input)
  include Aws::Structure
end