Class: Aws::Types::PosixUser

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#gid::Integer

Returns the value of attribute gid.

Returns:



471
472
473
# File 'sig/types.rbs', line 471

def gid
  @gid
end

#secondary_gids::Array[::Integer]

Returns the value of attribute secondary_gids.

Returns:



472
473
474
# File 'sig/types.rbs', line 472

def secondary_gids
  @secondary_gids
end

#uid::Integer

Returns the value of attribute uid.

Returns:



470
471
472
# File 'sig/types.rbs', line 470

def uid
  @uid
end