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.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def instance_id @instance_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def session_id @session_id end |