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