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.
3064 3065 3066 |
# File 'sig/types.rbs', line 3064 def gid @gid end |
#uid ⇒ ::Integer
Returns the value of attribute uid.
3063 3064 3065 |
# File 'sig/types.rbs', line 3063 def uid @uid end |