Class: Aws::Deadline::Types::WindowsUser

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

The Windows user details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#password_arnString

The password ARN for the Windows user.

Returns:

  • (String)


9377
9378
9379
9380
9381
9382
# File 'lib/aws-sdk-deadline/types.rb', line 9377

class WindowsUser < Struct.new(
  :user,
  :password_arn)
  SENSITIVE = []
  include Aws::Structure
end

#userString

The user.

Returns:

  • (String)


9377
9378
9379
9380
9381
9382
# File 'lib/aws-sdk-deadline/types.rb', line 9377

class WindowsUser < Struct.new(
  :user,
  :password_arn)
  SENSITIVE = []
  include Aws::Structure
end