Class: Aws::QConnect::Types::ToolOverrideInputValue

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

Overview

An input value override for tools.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#json_pathString

The JSON path for the input value override.

Returns:

  • (String)


11580
11581
11582
11583
11584
11585
# File 'lib/aws-sdk-qconnect/types.rb', line 11580

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

#valueTypes::ToolOverrideInputValueConfiguration

The override input value.



11580
11581
11582
11583
11584
11585
# File 'lib/aws-sdk-qconnect/types.rb', line 11580

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