Class: Aws::Types::GetTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTokenRequest
- 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.
684 685 686 |
# File 'sig/types.rbs', line 684 def app_id @app_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
685 686 687 |
# File 'sig/types.rbs', line 685 def session_id @session_id end |