Class: Aws::BedrockAgent::Types::PromptInputVariable
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PromptInputVariable
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about a variable in the prompt.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the variable.
Instance Attribute Details
#name ⇒ String
The name of the variable.
5979 5980 5981 5982 5983 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5979 class PromptInputVariable < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |