Class: Aws::Types::PosixUser
- Inherits:
-
Object
- Object
- Aws::Types::PosixUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group ⇒ ::String
Returns the value of attribute group.
-
#user ⇒ ::String
Returns the value of attribute user.
Instance Attribute Details
#group ⇒ ::String
Returns the value of attribute group.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def group @group end |
#user ⇒ ::String
Returns the value of attribute user.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def user @user end |