Class: Aws::Types::WindowsUser

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#password_arn::String

Returns the value of attribute password_arn.

Returns:

  • (::String)


3464
3465
3466
# File 'sig/types.rbs', line 3464

def password_arn
  @password_arn
end

#user::String

Returns the value of attribute user.

Returns:

  • (::String)


3463
3464
3465
# File 'sig/types.rbs', line 3463

def user
  @user
end