Constant
data class Constant(val value: ToolOverrideConstantInputValue) : ToolOverrideInputValueConfiguration
Constant input value configuration for tool override.
Inherited functions
Link copied to clipboard
Casts this ToolOverrideInputValueConfiguration as a Constant and retrieves its aws.sdk.kotlin.services.qconnect.model.ToolOverrideConstantInputValue value. Throws an exception if the ToolOverrideInputValueConfiguration is not a Constant.
Link copied to clipboard
Casts this ToolOverrideInputValueConfiguration as a Constant and retrieves its aws.sdk.kotlin.services.qconnect.model.ToolOverrideConstantInputValue value. Returns null if the ToolOverrideInputValueConfiguration is not a Constant.