Class: Aws::States::Types::InspectionData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::States::Types::InspectionData
 
 
- 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
- 
  
    
      #after_input_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The input after Step Functions applies the [InputPath] filter.
 - 
  
    
      #after_parameters  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The effective input after Step Functions applies the [Parameters] filter.
 - 
  
    
      #after_result_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The effective result combined with the raw state input after Step Functions applies the [ResultPath] filter.
 - 
  
    
      #after_result_selector  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The effective result after Step Functions applies the [ResultSelector] filter.
 - 
  
    
      #input  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The raw state input.
 - 
  
    
      #request  ⇒ Types::InspectionDataRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The raw HTTP request that is sent when you test an HTTP Task.
 - 
  
    
      #response  ⇒ Types::InspectionDataResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The raw HTTP response that is returned when you test an HTTP Task.
 - 
  
    
      #result  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state’s raw result.
 
Instance Attribute Details
#after_input_path ⇒ String
The input after Step Functions applies the [InputPath] filter.
      2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2036 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_parameters ⇒ String
The effective input after Step Functions applies the [Parameters] filter.
      2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2036 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_path ⇒ String
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
      2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2036 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_selector ⇒ String
The effective result after Step Functions applies the
- ResultSelector][1
 - 
filter.
 
      2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2036 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  | 
  
#input ⇒ String
The raw state input.
      2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2036 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  | 
  
#request ⇒ Types::InspectionDataRequest
The raw HTTP request that is sent when you test an HTTP Task.
      2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2036 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  | 
  
#response ⇒ Types::InspectionDataResponse
The raw HTTP response that is returned when you test an HTTP Task.
      2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2036 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  | 
  
#result ⇒ String
The state’s raw result.
      2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 2036 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  |