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.
425 426 427 |
# File 'sig/types.rbs', line 425 def assistant_id @assistant_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
426 427 428 |
# File 'sig/types.rbs', line 426 def session_id @session_id end |