Class: Aws::Types::WindowsUser
- Inherits:
-
Object
- Object
- Aws::Types::WindowsUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password_arn ⇒ ::String
Returns the value of attribute password_arn.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#password_arn ⇒ ::String
Returns the value of attribute password_arn.
3464 3465 3466 |
# File 'sig/types.rbs', line 3464 def password_arn @password_arn end |
#user ⇒ ::String
Returns the value of attribute user.
3463 3464 3465 |
# File 'sig/types.rbs', line 3463 def user @user end |