Class: Aws::QConnect::Types::ToolOverrideConstantInputValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ToolOverrideConstantInputValue
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
A constant input value for tool override.
Constant Summary collapse
- SENSITIVE =
[:value]
Instance Attribute Summary collapse
-
#type ⇒ String
Override tool input value with constant values.
-
#value ⇒ String
The constant input override value.
Instance Attribute Details
#type ⇒ String
Override tool input value with constant values
12012 12013 12014 12015 12016 12017 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12012 class ToolOverrideConstantInputValue < Struct.new( :type, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
The constant input override value.
12012 12013 12014 12015 12016 12017 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 12012 class ToolOverrideConstantInputValue < Struct.new( :type, :value) SENSITIVE = [:value] include Aws::Structure end |