Class: Aws::Types::AssociateSoftwareTokenResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSoftwareTokenResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#secret_code ⇒ ::String
Returns the value of attribute secret_code.
-
#session ⇒ ::String
Returns the value of attribute session.
Instance Attribute Details
#secret_code ⇒ ::String
Returns the value of attribute secret_code.
433 434 435 |
# File 'sig/types.rbs', line 433 def secret_code @secret_code end |
#session ⇒ ::String
Returns the value of attribute session.
434 435 436 |
# File 'sig/types.rbs', line 434 def session @session end |