Class: Aws::Types::VerifySoftwareTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::VerifySoftwareTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#friendly_device_name ⇒ ::String
Returns the value of attribute friendly_device_name.
-
#session ⇒ ::String
Returns the value of attribute session.
-
#user_code ⇒ ::String
Returns the value of attribute user_code.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
2596 2597 2598 |
# File 'sig/types.rbs', line 2596 def access_token @access_token end |
#friendly_device_name ⇒ ::String
Returns the value of attribute friendly_device_name.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def friendly_device_name @friendly_device_name end |
#session ⇒ ::String
Returns the value of attribute session.
2597 2598 2599 |
# File 'sig/types.rbs', line 2597 def session @session end |
#user_code ⇒ ::String
Returns the value of attribute user_code.
2598 2599 2600 |
# File 'sig/types.rbs', line 2598 def user_code @user_code end |