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.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def session @session end |
#status ⇒ "SUCCESS", "ERROR"
Returns the value of attribute status.
2636 2637 2638 |
# File 'sig/types.rbs', line 2636 def status @status end |