Class: Aws::Types::DeleteSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def instance_id @instance_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def session_id @session_id end |