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
11518 11519 11520 11521 11522 11523 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11518 class ToolOverrideConstantInputValue < Struct.new( :type, :value) SENSITIVE = [:value] include Aws::Structure end |
#value ⇒ String
The constant input override value.
11518 11519 11520 11521 11522 11523 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11518 class ToolOverrideConstantInputValue < Struct.new( :type, :value) SENSITIVE = [:value] include Aws::Structure end |