Class: Aws::States::Types::InspectionData

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

Overview

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

Constant Summary collapse

SENSITIVE =
[:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]

Instance Attribute Summary collapse

Instance Attribute Details

#after_argumentsString

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].

[1]: docs.aws.amazon.com/step-functions/latest/dg/data-transform.html

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-states/types.rb', line 2126

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]
  include Aws::Structure
end

#after_input_pathString

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

[1]: docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-inputpath

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-states/types.rb', line 2126

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]
  include Aws::Structure
end

#after_parametersString

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

[1]: docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameters

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-states/types.rb', line 2126

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]
  include Aws::Structure
end

#after_result_pathString

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

[1]: docs.aws.amazon.com/step-functions/latest/dg/input-output-resultpath.html

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-states/types.rb', line 2126

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]
  include Aws::Structure
end

#after_result_selectorString

The effective result after Step Functions applies the

ResultSelector][1

filter. Not populated when QueryLanguage is

JSONata.

[1]: docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-resultselector

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-states/types.rb', line 2126

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]
  include Aws::Structure
end

#inputString

The raw state input.

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-states/types.rb', line 2126

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]
  include Aws::Structure
end

#requestTypes::InspectionDataRequest

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



2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-states/types.rb', line 2126

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]
  include Aws::Structure
end

#responseTypes::InspectionDataResponse

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



2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-states/types.rb', line 2126

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]
  include Aws::Structure
end

#resultString

The state’s raw result.

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-states/types.rb', line 2126

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]
  include Aws::Structure
end

#variablesString

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.

Returns:

  • (String)


2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
# File 'lib/aws-sdk-states/types.rb', line 2126

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables]
  include Aws::Structure
end