Class: Aws::QConnect::Types::UpdateAIGuardrailResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_guardrailTypes::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