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.
11537 11538 11539 11540 11541 11542 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11537 class ToolOverrideInputValue < Struct.new( :json_path, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::ToolOverrideInputValueConfiguration
The override input value.
11537 11538 11539 11540 11541 11542 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11537 class ToolOverrideInputValue < Struct.new( :json_path, :value) SENSITIVE = [] include Aws::Structure end |