Class: Aws::QConnect::Types::ToolOutputFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Filter configuration for tool output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#json_pathString

The JSON path for filtering tool output.

Returns:

  • (String)


11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11522

class ToolOutputFilter < Struct.new(
  :json_path,
  :output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#output_configurationTypes::ToolOutputConfiguration

The output configuration for the filter.



11522
11523
11524
11525
11526
11527
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11522

class ToolOutputFilter < Struct.new(
  :json_path,
  :output_configuration)
  SENSITIVE = []
  include Aws::Structure
end