Class: Aws::BedrockAgent::Types::GuardrailConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::GuardrailConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Details about the guardrail associated with an agent.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #guardrail_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the guardrail.
 - 
  
    
      #guardrail_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the guardrail.
 
Instance Attribute Details
#guardrail_identifier ⇒ String
The unique identifier of the guardrail.
      4112 4113 4114 4115 4116 4117  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4112 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end  | 
  
#guardrail_version ⇒ String
The version of the guardrail.
      4112 4113 4114 4115 4116 4117  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 4112 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end  |