Class: Aws::Types::AIAgentVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::AIAgentVersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent_summary ⇒ Types::AIAgentSummary
Returns the value of attribute ai_agent_summary.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#ai_agent_summary ⇒ Types::AIAgentSummary
Returns the value of attribute ai_agent_summary.
86 87 88 |
# File 'sig/types.rbs', line 86 def ai_agent_summary @ai_agent_summary end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
87 88 89 |
# File 'sig/types.rbs', line 87 def version_number @version_number end |