Class: Aws::Deadline::Types::JobRunAsUser

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

Overview

Identifies the user for a job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#posixTypes::PosixUser

The user and group that the jobs in the queue run as.

Returns:



4537
4538
4539
4540
4541
4542
4543
# File 'lib/aws-sdk-deadline/types.rb', line 4537

class JobRunAsUser < Struct.new(
  :posix,
  :windows,
  :run_as)
  SENSITIVE = []
  include Aws::Structure
end

#run_asString

Specifies whether the job should run using the queue’s system user or if the job should run using the worker agent system user.

Returns:

  • (String)


4537
4538
4539
4540
4541
4542
4543
# File 'lib/aws-sdk-deadline/types.rb', line 4537

class JobRunAsUser < Struct.new(
  :posix,
  :windows,
  :run_as)
  SENSITIVE = []
  include Aws::Structure
end

#windowsTypes::WindowsUser

Identifies a Microsoft Windows user.

Returns:



4537
4538
4539
4540
4541
4542
4543
# File 'lib/aws-sdk-deadline/types.rb', line 4537

class JobRunAsUser < Struct.new(
  :posix,
  :windows,
  :run_as)
  SENSITIVE = []
  include Aws::Structure
end