Class: Aws::Types::GetAIAgentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAIAgentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent ⇒ Types::AIAgentData
Returns the value of attribute ai_agent.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#ai_agent ⇒ Types::AIAgentData
Returns the value of attribute ai_agent.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def ai_agent @ai_agent end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def version_number @version_number end |