Class: Aws::QConnect::Types::ToolOverrideInputValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ToolOverrideInputValue
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
An input value override for tools.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#json_path ⇒ String
The JSON path for the input value override.
-
#value ⇒ Types::ToolOverrideInputValueConfiguration
The override input value.
Instance Attribute Details
#json_path ⇒ String
The JSON path for the input value override.
11560 11561 11562 11563 11564 11565 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11560 class ToolOverrideInputValue < Struct.new( :json_path, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::ToolOverrideInputValueConfiguration
The override input value.
11560 11561 11562 11563 11564 11565 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11560 class ToolOverrideInputValue < Struct.new( :json_path, :value) SENSITIVE = [] include Aws::Structure end |