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.
5984 5985 5986 5987 5988 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5984 class PromptInputVariable < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |