Class: Aws::BedrockAgent::Types::DeletePromptRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::DeletePromptRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #prompt_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the prompt.
 - 
  
    
      #prompt_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the prompt to delete.
 
Instance Attribute Details
#prompt_identifier ⇒ String
The unique identifier of the prompt.
      2743 2744 2745 2746 2747 2748  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2743 class DeletePromptRequest < Struct.new( :prompt_identifier, :prompt_version) SENSITIVE = [] include Aws::Structure end  | 
  
#prompt_version ⇒ String
The version of the prompt to delete.
      2743 2744 2745 2746 2747 2748  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 2743 class DeletePromptRequest < Struct.new( :prompt_identifier, :prompt_version) SENSITIVE = [] include Aws::Structure end  |