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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5926
5927
5928
5929
5930
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5926

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