Class: Aws::Deadline::Types::PosixUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::PosixUser
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The POSIX user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group ⇒ String
The name of the POSIX user’s group.
-
#user ⇒ String
The name of the POSIX user.
Instance Attribute Details
#group ⇒ String
The name of the POSIX user’s group.
7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-deadline/types.rb', line 7178 class PosixUser < Struct.new( :user, :group) SENSITIVE = [] include Aws::Structure end |
#user ⇒ String
The name of the POSIX user.
7178 7179 7180 7181 7182 7183 |
# File 'lib/aws-sdk-deadline/types.rb', line 7178 class PosixUser < Struct.new( :user, :group) SENSITIVE = [] include Aws::Structure end |