Class: Aws::Types::DeleteSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def id @id end |
#request_origin ⇒ ::String
Returns the value of attribute request_origin.
2575 2576 2577 |
# File 'sig/types.rbs', line 2575 def request_origin @request_origin end |