InspectionData

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The input after Step Functions applies the InputPath filter.

Link copied to clipboard

The effective input after Step Functions applies the Parameters filter.

Link copied to clipboard

The effective result combined with the raw state input after Step Functions applies the ResultPath filter.

Link copied to clipboard

The effective result after Step Functions applies the ResultSelector filter.

Link copied to clipboard

The raw state input.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The state's raw result.

Functions

Link copied to clipboard
inline fun copy(block: InspectionData.Builder.() -> Unit = {}): InspectionData
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String