Class: Aws::Types::CreateTokenRespObj
- Inherits:
-
Object
- Object
- Aws::Types::CreateTokenRespObj
- 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.
389 390 391 |
# File 'sig/types.rbs', line 389 def app_id @app_id end |
#challenge_code ⇒ ::String
Returns the value of attribute challenge_code.
390 391 392 |
# File 'sig/types.rbs', line 390 def challenge_code @challenge_code end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
391 392 393 |
# File 'sig/types.rbs', line 391 def session_id @session_id end |
#ttl ⇒ ::String
Returns the value of attribute ttl.
392 393 394 |
# File 'sig/types.rbs', line 392 def ttl @ttl end |