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.
9451 9452 9453 9454 9455 9456 |
# File 'lib/aws-sdk-deadline/types.rb', line 9451 class PosixUser < Struct.new( :user, :group) SENSITIVE = [] include Aws::Structure end |
#user ⇒ String
The name of the POSIX user.
9451 9452 9453 9454 9455 9456 |
# File 'lib/aws-sdk-deadline/types.rb', line 9451 class PosixUser < Struct.new( :user, :group) SENSITIVE = [] include Aws::Structure end |