Class: Aws::QConnect::Types::UpdateAIGuardrailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::UpdateAIGuardrailResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_guardrail ⇒ Types::AIGuardrailData
The data of the updated Amazon Q in Connect AI Guardrail.
Instance Attribute Details
#ai_guardrail ⇒ Types::AIGuardrailData
The data of the updated Amazon Q in Connect AI Guardrail.
9527 9528 9529 9530 9531 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9527 class UpdateAIGuardrailResponse < Struct.new( :ai_guardrail) SENSITIVE = [] include Aws::Structure end |