Class: Aws::QConnect::Types::GetAIGuardrailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GetAIGuardrailResponse
- 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.
-
#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.
4887 4888 4889 4890 4891 4892 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4887 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).
4887 4888 4889 4890 4891 4892 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4887 class GetAIGuardrailResponse < Struct.new( :ai_guardrail, :version_number) SENSITIVE = [] include Aws::Structure end |