Class: Aws::Types::VerifySoftwareTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::VerifySoftwareTokenResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#session ⇒ ::String
Returns the value of attribute session.
-
#status ⇒ "SUCCESS", "ERROR"
Returns the value of attribute status.
Instance Attribute Details
#session ⇒ ::String
Returns the value of attribute session.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def session @session end |
#status ⇒ "SUCCESS", "ERROR"
Returns the value of attribute status.
2604 2605 2606 |
# File 'sig/types.rbs', line 2604 def status @status end |