Class: Aws::BedrockAgent::Types::PromptFlowNodeResourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PromptFlowNodeResourceConfiguration
- 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
-
#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.
6591 6592 6593 6594 6595 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6591 class PromptFlowNodeResourceConfiguration < Struct.new( :prompt_arn) SENSITIVE = [] include Aws::Structure end |