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.
4103 4104 4105 4106 4107 4108 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4103 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
The version of the guardrail.
4103 4104 4105 4106 4107 4108 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4103 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |