Class: Aws::Types::EvaluationFormAIVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormAIVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_version_lifecycle ⇒ Types::EvaluationFormAIVersionLifecycle
Returns the value of attribute ai_version_lifecycle.
-
#ai_version_name ⇒ ::String
Returns the value of attribute ai_version_name.
Instance Attribute Details
#ai_version_lifecycle ⇒ Types::EvaluationFormAIVersionLifecycle
Returns the value of attribute ai_version_lifecycle.
3446 3447 3448 |
# File 'sig/types.rbs', line 3446 def ai_version_lifecycle @ai_version_lifecycle end |
#ai_version_name ⇒ ::String
Returns the value of attribute ai_version_name.
3445 3446 3447 |
# File 'sig/types.rbs', line 3445 def ai_version_name @ai_version_name end |