Class: Aws::Types::PosixProfile
- Inherits:
-
Object
- Object
- Aws::Types::PosixProfile
- 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.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def gid @gid end |
#secondary_gids ⇒ ::Array[::Integer]
Returns the value of attribute secondary_gids.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def secondary_gids @secondary_gids end |
#uid ⇒ ::Integer
Returns the value of attribute uid.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def uid @uid end |