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.
8969 8970 8971 8972 8973 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8969 class PromptInputVariable < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |