Class: Aws::Types::OpenZFSPosixFileSystemUser
- Inherits:
-
Object
- Object
- Aws::Types::OpenZFSPosixFileSystemUser
- 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.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def gid @gid end |
#secondary_gids ⇒ ::Array[::Integer]
Returns the value of attribute secondary_gids.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def secondary_gids @secondary_gids end |
#uid ⇒ ::Integer
Returns the value of attribute uid.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def uid @uid end |