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

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



4407
4408
4409
4410
4411
4412
4413
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4407

class JobRunAsUser < Struct.new(
  :posix,
  :run_as,
  :windows)
  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)


4407
4408
4409
4410
4411
4412
4413
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4407

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

#windowsTypes::WindowsUser

Identifies a Microsoft Windows user.

Returns:



4407
4408
4409
4410
4411
4412
4413
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4407

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