You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains details about a state entered during an execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#inputString

The string that contains the JSON input data for the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Returns:

  • (String)

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

#input_detailsTypes::HistoryEventExecutionDataDetails

Contains details about the input for an execution history event.

Returns:

#nameString

The name of the state.

Returns:

  • (String)

    The name of the state.