Class: Aws::Types::GetAIAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAIAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
Instance Attribute Details
#ai_agent_id ⇒ ::String
Returns the value of attribute ai_agent_id.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def ai_agent_id @ai_agent_id end |
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def assistant_id @assistant_id end |