Class: Aws::Types::FunctionRunAsConfig
- Inherits:
-
Object
- Object
- Aws::Types::FunctionRunAsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gid ⇒ ::Integer
Returns the value of attribute gid.
-
#uid ⇒ ::Integer
Returns the value of attribute uid.
Instance Attribute Details
#gid ⇒ ::Integer
Returns the value of attribute gid.
596 597 598 |
# File 'sig/types.rbs', line 596 def gid @gid end |
#uid ⇒ ::Integer
Returns the value of attribute uid.
597 598 599 |
# File 'sig/types.rbs', line 597 def uid @uid end |