Class: Aws::QConnect::Types::ToolOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ToolOutputConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Configuration for tool output handling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_variable_name_override ⇒ String
Override the tool output results to different variable name.
-
#session_data_namespace ⇒ String
The session data namespace for tool output.
Instance Attribute Details
#output_variable_name_override ⇒ String
Override the tool output results to different variable name.
11503 11504 11505 11506 11507 11508 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11503 class ToolOutputConfiguration < Struct.new( :output_variable_name_override, :session_data_namespace) SENSITIVE = [] include Aws::Structure end |
#session_data_namespace ⇒ String
The session data namespace for tool output.
11503 11504 11505 11506 11507 11508 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11503 class ToolOutputConfiguration < Struct.new( :output_variable_name_override, :session_data_namespace) SENSITIVE = [] include Aws::Structure end |