Class: Aws::Types::PosixUser
- Inherits:
-
Object
- Object
- Aws::Types::PosixUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gid ⇒ ::Integer
Returns the value of attribute gid.
-
#secondary_gids ⇒ ::Array[::Integer]
Returns the value of attribute secondary_gids.
-
#uid ⇒ ::Integer
Returns the value of attribute uid.
Instance Attribute Details
#gid ⇒ ::Integer
Returns the value of attribute gid.
322 323 324 |
# File 'sig/types.rbs', line 322 def gid @gid end |
#secondary_gids ⇒ ::Array[::Integer]
Returns the value of attribute secondary_gids.
323 324 325 |
# File 'sig/types.rbs', line 323 def secondary_gids @secondary_gids end |
#uid ⇒ ::Integer
Returns the value of attribute uid.
321 322 323 |
# File 'sig/types.rbs', line 321 def uid @uid end |