Class: Aws::QConnect::Types::GetAIGuardrailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetAIGuardrailResponse
- 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 AI Guardrail.
-
#version_number ⇒ Integer
The version number of the AI Guardrail version (returned if an AI Guardrail version was specified via use of a qualifier for the
aiGuardrailId
on the request).
Instance Attribute Details
#ai_guardrail ⇒ Types::AIGuardrailData
The data of the AI Guardrail.
4255 4256 4257 4258 4259 4260 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4255 class GetAIGuardrailResponse < Struct.new( :ai_guardrail, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the AI Guardrail version (returned if an AI
Guardrail version was specified via use of a qualifier for the
aiGuardrailId
on the request).
4255 4256 4257 4258 4259 4260 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4255 class GetAIGuardrailResponse < Struct.new( :ai_guardrail, :version_number) SENSITIVE = [] include Aws::Structure end |