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.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def instance_id @instance_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def session_id @session_id end |