Class: Aws::Types::WisdomInfo
- Inherits:
-
Object
- Object
- Aws::Types::WisdomInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agents ⇒ ::Array[Types::AiAgentInfo]
Returns the value of attribute ai_agents.
-
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
Instance Attribute Details
#ai_agents ⇒ ::Array[Types::AiAgentInfo]
Returns the value of attribute ai_agents.
9659 9660 9661 |
# File 'sig/types.rbs', line 9659 def ai_agents @ai_agents end |
#session_arn ⇒ ::String
Returns the value of attribute session_arn.
9658 9659 9660 |
# File 'sig/types.rbs', line 9658 def session_arn @session_arn end |