Class: Aws::Types::ExpireSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExpireSessionRequest
- 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.
543 544 545 |
# File 'sig/types.rbs', line 543 def portal_id @portal_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
544 545 546 |
# File 'sig/types.rbs', line 544 def session_id @session_id end |