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
11541 11542 11543 11544 11545 11546 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11541 class ToolOverrideConstantInputValue < Struct.new( :type, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
The constant input override value.
11541 11542 11543 11544 11545 11546 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11541 class ToolOverrideConstantInputValue < Struct.new( :type, :value) SENSITIVE = [:value] include Aws::Structure end |