Class: Aws::Types::TestSetTurnResult
- Inherits:
-
Object
- Object
- Aws::Types::TestSetTurnResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent ⇒ Types::AgentTurnResult
Returns the value of attribute agent.
-
#user ⇒ Types::UserTurnResult
Returns the value of attribute user.
Instance Attribute Details
#agent ⇒ Types::AgentTurnResult
Returns the value of attribute agent.
3448 3449 3450 |
# File 'sig/types.rbs', line 3448 def agent @agent end |
#user ⇒ Types::UserTurnResult
Returns the value of attribute user.
3449 3450 3451 |
# File 'sig/types.rbs', line 3449 def user @user end |