Class: Aws::QConnect::Types::CreateAIGuardrailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::CreateAIGuardrailResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_guardrail ⇒ Types::AIGuardrailData
The data of the AI Guardrail.
Instance Attribute Details
#ai_guardrail ⇒ Types::AIGuardrailData
The data of the AI Guardrail.
2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-qconnect/types.rb', line 2381 class CreateAIGuardrailResponse < Struct.new( :ai_guardrail) SENSITIVE = [] include Aws::Structure end |