Class: Aws::Types::CreateTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTokenResponse
- 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.
397 398 399 |
# File 'sig/types.rbs', line 397 def app_id @app_id end |
#challenge_code ⇒ ::String
Returns the value of attribute challenge_code.
398 399 400 |
# File 'sig/types.rbs', line 398 def challenge_code @challenge_code end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
399 400 401 |
# File 'sig/types.rbs', line 399 def session_id @session_id end |
#ttl ⇒ ::String
Returns the value of attribute ttl.
400 401 402 |
# File 'sig/types.rbs', line 400 def ttl @ttl end |