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_input_path, :after_parameters, :result, :after_result_selector, :after_result_path]

Instance Attribute Summary collapse

Instance Attribute Details

#after_input_pathString

Returns:

  • (String)


1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
# File 'lib/aws-sdk-states/types.rb', line 1909

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

#after_parametersString

Returns:

  • (String)


1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
# File 'lib/aws-sdk-states/types.rb', line 1909

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

#after_result_pathString

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

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

Returns:

  • (String)


1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
# File 'lib/aws-sdk-states/types.rb', line 1909

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

#after_result_selectorString

The effective result after Step Functions applies the

ResultSelector][1

filter.

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

Returns:

  • (String)


1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
# File 'lib/aws-sdk-states/types.rb', line 1909

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

#inputString

The raw state input.

Returns:

  • (String)


1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
# File 'lib/aws-sdk-states/types.rb', line 1909

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

#requestTypes::InspectionDataRequest

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



1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
# File 'lib/aws-sdk-states/types.rb', line 1909

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

#responseTypes::InspectionDataResponse

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



1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
# File 'lib/aws-sdk-states/types.rb', line 1909

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

#resultString

The state’s raw result.

Returns:

  • (String)


1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
# File 'lib/aws-sdk-states/types.rb', line 1909

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