Class: Aws::BedrockAgent::Types::PromptInputVariable
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PromptInputVariable
- Defined in:
- gems/aws-sdk-bedrockagent/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.
6687 6688 6689 6690 6691 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6687 class PromptInputVariable < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |