Class: Aws::QConnect::Types::AIGuardrailVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::AIGuardrailVersionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
The summary of the AI Guardrail version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_guardrail_summary ⇒ Types::AIGuardrailSummary
The data for the summary of the AI Guardrail version.
-
#version_number ⇒ Integer
The version number for this AI Guardrail version.
Instance Attribute Details
#ai_guardrail_summary ⇒ Types::AIGuardrailSummary
The data for the summary of the AI Guardrail version.
533 534 535 536 537 538 |
# File 'lib/aws-sdk-qconnect/types.rb', line 533 class AIGuardrailVersionSummary < Struct.new( :ai_guardrail_summary, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number for this AI Guardrail version.
533 534 535 536 537 538 |
# File 'lib/aws-sdk-qconnect/types.rb', line 533 class AIGuardrailVersionSummary < Struct.new( :ai_guardrail_summary, :version_number) SENSITIVE = [] include Aws::Structure end |