Class: Aws::BedrockAgent::Types::PromptFlowNodeResourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PromptFlowNodeResourceConfiguration
- 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
-
#prompt_arn ⇒ String
The Amazon Resource Name (ARN) of the prompt from Prompt management.
Instance Attribute Details
#prompt_arn ⇒ String
The Amazon Resource Name (ARN) of the prompt from Prompt management.
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 |