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.
471 472 473 |
# File 'sig/types.rbs', line 471 def gid @gid end |
#secondary_gids ⇒ ::Array[::Integer]
Returns the value of attribute secondary_gids.
472 473 474 |
# File 'sig/types.rbs', line 472 def secondary_gids @secondary_gids end |
#uid ⇒ ::Integer
Returns the value of attribute uid.
470 471 472 |
# File 'sig/types.rbs', line 470 def uid @uid end |