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.
      5900 5901 5902 5903 5904  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 5900 class PromptFlowNodeResourceConfiguration < Struct.new( :prompt_arn) SENSITIVE = [] include Aws::Structure end  |