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.
2137 2138 2139 2140 2141 2142 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2137 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
The guardrails version assigned to the guardrails configuration.
2137 2138 2139 2140 2141 2142 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2137 class GuardrailConfiguration < Struct.new( :guardrail_identifier, :guardrail_version) SENSITIVE = [] include Aws::Structure end |