Class: Aws::QConnect::Types::ToolOutputFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ToolOutputFilter
- 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
-
#json_path ⇒ String
The JSON path for filtering tool output.
-
#output_configuration ⇒ Types::ToolOutputConfiguration
The output configuration for the filter.
Instance Attribute Details
#json_path ⇒ String
The JSON path for filtering tool output.
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_configuration ⇒ Types::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 |