Class: Aws::BedrockAgent::Types::GuardrailConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GuardrailConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
The details of the guardrails configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrail_identifier ⇒ String
The guardrails identifier assigned to the guardrails configuration.
-
#guardrail_version ⇒ String
The guardrails version assigned to the guardrails configuration.
Instance Attribute Details
#guardrail_identifier ⇒ String
The guardrails identifier assigned to the guardrails configuration.
2166 2167 2168 2169 2170 2171 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2166 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
The guardrails version assigned to the guardrails configuration.
2166 2167 2168 2169 2170 2171 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2166 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |