Class: Aws::Types::ComponentRunWith

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#posix_user ⇒ ::String

Returns the value of attribute posix_user.

Returns:

  • (::String)


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.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def windows_user
  @windows_user
end