Class: Aws::Bedrock::Types::GuardrailConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
The configuration details for the guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#guardrail_id ⇒ String
The unique identifier for the guardrail.
-
#guardrail_version ⇒ String
The version of the guardrail.
Instance Attribute Details
#guardrail_id ⇒ String
The unique identifier for the guardrail.
3070 3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3070 class GuardrailConfiguration < Struct.new( :guardrail_id, :guardrail_version) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
The version of the guardrail.
3070 3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3070 class GuardrailConfiguration < Struct.new( :guardrail_id, :guardrail_version) SENSITIVE = [] include Aws::Structure end |