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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


9118
9119
9120
9121
9122
9123
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9118

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

#userString

The user.

Returns:

  • (String)


9118
9119
9120
9121
9122
9123
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9118

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