Amazon Step Functions · JSON Structure

Amazon Step Functions History Event Execution Data Details Structure

Provides details about input or output in an execution history event.

Type: object Properties: 1
OrchestrationServerlessState MachineWorkflow

HistoryEventExecutionDataDetails is a JSON Structure definition published by Amazon Step Functions, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

truncated

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-history-event-execution-data-details-structure.json",
  "name": "HistoryEventExecutionDataDetails",
  "description": "Provides details about input or output in an execution history event.",
  "properties": {
    "truncated": {
      "allOf": [
        {
          "$ref": "#/components/schemas/truncated"
        },
        {
          "description": "Indicates whether input or output was truncated in the response. Always <code>false</code> for API calls."
        }
      ]
    }
  }
}