Class: Aws::Types::GetSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#assistant_id ⇒ ::String
Returns the value of attribute assistant_id.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def assistant_id @assistant_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def session_id @session_id end |