Class: Aws::Types::CustomPosixUserConfig
- Inherits:
-
Object
- Object
- Aws::Types::CustomPosixUserConfig
- 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.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def gid @gid end |
#uid ⇒ ::Integer
Returns the value of attribute uid.
3065 3066 3067 |
# File 'sig/types.rbs', line 3065 def uid @uid end |