Class: Aws::Types::AwsEfsAccessPointPosixUserDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEfsAccessPointPosixUserDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gid ⇒ ::String
Returns the value of attribute gid.
-
#secondary_gids ⇒ ::Array[::String]
Returns the value of attribute secondary_gids.
-
#uid ⇒ ::String
Returns the value of attribute uid.
Instance Attribute Details
#gid ⇒ ::String
Returns the value of attribute gid.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def gid @gid end |
#secondary_gids ⇒ ::Array[::String]
Returns the value of attribute secondary_gids.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def secondary_gids @secondary_gids end |
#uid ⇒ ::String
Returns the value of attribute uid.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def uid @uid end |