Class: Aws::Types::GetTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTokenResponse
- 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.
698 699 700 |
# File 'sig/types.rbs', line 698 def app_id @app_id end |
#challenge_code ⇒ ::String
Returns the value of attribute challenge_code.
699 700 701 |
# File 'sig/types.rbs', line 699 def challenge_code @challenge_code end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
700 701 702 |
# File 'sig/types.rbs', line 700 def session_id @session_id end |
#ttl ⇒ ::String
Returns the value of attribute ttl.
701 702 703 |
# File 'sig/types.rbs', line 701 def ttl @ttl end |