Class: Aws::BedrockAgent::Types::PromptInputVariable

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the variable.

Returns:

  • (String)


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