Class: Aws::Types::ComponentRunWith
- Inherits:
-
Object
- Object
- Aws::Types::ComponentRunWith
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#posix_user ⇒ ::String
Returns the value of attribute posix_user.
-
#system_resource_limits ⇒ Types::SystemResourceLimits
Returns the value of attribute system_resource_limits.
-
#windows_user ⇒ ::String
Returns the value of attribute windows_user.
Instance Attribute Details
#posix_user ⇒ ::String
Returns the value of attribute posix_user.
135 136 137 |
# File 'sig/types.rbs', line 135 def posix_user @posix_user end |
#system_resource_limits ⇒ Types::SystemResourceLimits
Returns the value of attribute system_resource_limits.
136 137 138 |
# File 'sig/types.rbs', line 136 def system_resource_limits @system_resource_limits end |
#windows_user ⇒ ::String
Returns the value of attribute windows_user.
137 138 139 |
# File 'sig/types.rbs', line 137 def windows_user @windows_user end |