Class: Aws::Types::DeleteTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
482 483 484 |
# File 'sig/types.rbs', line 482 def app_id @app_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
483 484 485 |
# File 'sig/types.rbs', line 483 def session_id @session_id end |