Class: Aws::Types::JobRunAsUser

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#posixTypes::PosixUser

Returns the value of attribute posix.

Returns:



1879
1880
1881
# File 'sig/types.rbs', line 1879

def posix
  @posix
end

#run_as"QUEUE_CONFIGURED_USER", "WORKER_AGENT_USER"

Returns the value of attribute run_as.

Returns:

  • ("QUEUE_CONFIGURED_USER", "WORKER_AGENT_USER")


1881
1882
1883
# File 'sig/types.rbs', line 1881

def run_as
  @run_as
end

#windowsTypes::WindowsUser

Returns the value of attribute windows.

Returns:



1880
1881
1882
# File 'sig/types.rbs', line 1880

def windows
  @windows
end