Class: Aws::Types::GetTokenRespObj
- Inherits:
-
Object
- Object
- Aws::Types::GetTokenRespObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#challenge_code ⇒ ::String
Returns the value of attribute challenge_code.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#ttl ⇒ ::String
Returns the value of attribute ttl.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
690 691 692 |
# File 'sig/types.rbs', line 690 def app_id @app_id end |
#challenge_code ⇒ ::String
Returns the value of attribute challenge_code.
691 692 693 |
# File 'sig/types.rbs', line 691 def challenge_code @challenge_code end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
692 693 694 |
# File 'sig/types.rbs', line 692 def session_id @session_id end |
#ttl ⇒ ::String
Returns the value of attribute ttl.
693 694 695 |
# File 'sig/types.rbs', line 693 def ttl @ttl end |