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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]

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.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#after_input_pathString

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

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#after_item_batcherString

The effective input after the ItemBatcher filter is applied in a Map state.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#after_item_selectorString

An array containing the inputs for each Map iteration, transformed by the ItemSelector specified in a Map state.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#after_items_pathString

The effective input after the ItemsPath filter is applied. Not populated when the QueryLanguage is JSONata.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#after_items_pointerString

The effective input after the ItemsPointer filter is applied in a Map state.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#after_parametersString

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

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  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.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#after_result_selectorString

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

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#error_detailsTypes::InspectionErrorDetails

An object containing data about a handled exception in the tested state.



2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#inputString

The raw state input.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#max_concurrencyInteger

The max concurrency of the Map state.

Returns:

  • (Integer)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#requestTypes::InspectionDataRequest

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



2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#responseTypes::InspectionDataResponse

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



2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#resultString

The state's raw result.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#tolerated_failure_countInteger

The tolerated failure threshold for a Map state as defined in number of Map state iterations.

Returns:

  • (Integer)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end

#tolerated_failure_percentageFloat

The tolerated failure threshold for a Map state as defined in percentage of Map state iterations.

Returns:

  • (Float)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  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)


2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 2205

class InspectionData < Struct.new(
  :input,
  :after_arguments,
  :after_input_path,
  :after_parameters,
  :result,
  :after_result_selector,
  :after_result_path,
  :request,
  :response,
  :variables,
  :error_details,
  :after_items_path,
  :after_item_selector,
  :after_item_batcher,
  :after_items_pointer,
  :tolerated_failure_count,
  :tolerated_failure_percentage,
  :max_concurrency)
  SENSITIVE = [:input, :after_arguments, :after_input_path, :after_parameters, :result, :after_result_selector, :after_result_path, :variables, :after_items_path, :after_item_selector, :after_item_batcher, :after_items_pointer, :tolerated_failure_count, :tolerated_failure_percentage, :max_concurrency]
  include Aws::Structure
end