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
11741 11742 11743 11744 11745 11746 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11741 class ToolOverrideConstantInputValue < Struct.new( :type, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
The constant input override value.
11741 11742 11743 11744 11745 11746 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11741 class ToolOverrideConstantInputValue < Struct.new( :type, :value) SENSITIVE = [:value] include Aws::Structure end |