Class: Aws::BedrockAgent::Types::PromptFlowNodeResourceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Contains configurations for a prompt from Prompt management to use in a node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#prompt_arnString

The Amazon Resource Name (ARN) of the prompt from Prompt management.

Returns:

  • (String)


5917
5918
5919
5920
5921
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5917

class PromptFlowNodeResourceConfiguration < Struct.new(
  :prompt_arn)
  SENSITIVE = []
  include Aws::Structure
end