Class: Aws::Types::AssociateSoftwareTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSoftwareTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#session ⇒ ::String
Returns the value of attribute session.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
427 428 429 |
# File 'sig/types.rbs', line 427 def access_token @access_token end |
#session ⇒ ::String
Returns the value of attribute session.
428 429 430 |
# File 'sig/types.rbs', line 428 def session @session end |