Class: Aws::Types::JobRunAsUser
- Inherits:
-
Object
- Object
- Aws::Types::JobRunAsUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#posix ⇒ Types::PosixUser
Returns the value of attribute posix.
-
#run_as ⇒ "QUEUE_CONFIGURED_USER", "WORKER_AGENT_USER"
Returns the value of attribute run_as.
-
#windows ⇒ Types::WindowsUser
Returns the value of attribute windows.
Instance Attribute Details
#posix ⇒ Types::PosixUser
Returns the value of attribute posix.
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.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def run_as @run_as end |
#windows ⇒ Types::WindowsUser
Returns the value of attribute windows.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def windows @windows end |