AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information.

Inheritance Hierarchy

System.Object
  Amazon.StepFunctions.Model.InspectionData

Namespace: Amazon.StepFunctions.Model
Assembly: AWSSDK.StepFunctions.dll
Version: 3.x.y.z

Syntax

C#
public class InspectionData

The InspectionData type exposes the following members

Constructors

NameDescription
Public Method InspectionData()

Properties

NameTypeDescription
Public Property AfterArguments System.String

Gets and sets the property AfterArguments.

The input after Step Functions applies an Arguments filter. This event will only be present when QueryLanguage for the state machine or individual states is set to JSONata. For more info, see Transforming data with Step Functions.

Public Property AfterInputPath System.String

Gets and sets the property AfterInputPath.

The input after Step Functions applies the InputPath filter. Not populated when QueryLanguage is JSONata.

Public Property AfterParameters System.String

Gets and sets the property AfterParameters.

The effective input after Step Functions applies the Parameters filter. Not populated when QueryLanguage is JSONata.

Public Property AfterResultPath System.String

Gets and sets the property AfterResultPath.

The effective result combined with the raw state input after Step Functions applies the ResultPath filter. Not populated when QueryLanguage is JSONata.

Public Property AfterResultSelector System.String

Gets and sets the property AfterResultSelector.

The effective result after Step Functions applies the ResultSelector filter. Not populated when QueryLanguage is JSONata.

Public Property Input System.String

Gets and sets the property Input.

The raw state input.

Public Property Request Amazon.StepFunctions.Model.InspectionDataRequest

Gets and sets the property Request.

The raw HTTP request that is sent when you test an HTTP Task.

Public Property Response Amazon.StepFunctions.Model.InspectionDataResponse

Gets and sets the property Response.

The raw HTTP response that is returned when you test an HTTP Task.

Public Property Result System.String

Gets and sets the property Result.

The state's raw result.

Public Property Variables System.String

Gets and sets the property Variables.

JSON string that contains the set of workflow variables after execution of the state. The set will include variables assigned in the state and variables set up as test state input.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5