Class: Aws::Types::AIGuardrailVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::AIGuardrailVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_guardrail_summary ⇒ Types::AIGuardrailSummary
Returns the value of attribute ai_guardrail_summary.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#ai_guardrail_summary ⇒ Types::AIGuardrailSummary
Returns the value of attribute ai_guardrail_summary.
153 154 155 |
# File 'sig/types.rbs', line 153 def ai_guardrail_summary @ai_guardrail_summary end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
154 155 156 |
# File 'sig/types.rbs', line 154 def version_number @version_number end |