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:

  • (::Integer)


322
323
324
# File 'sig/types.rbs', line 322

def gid
  @gid
end

#secondary_gids::Array[::Integer]

Returns the value of attribute secondary_gids.

Returns:

  • (::Array[::Integer])


323
324
325
# File 'sig/types.rbs', line 323

def secondary_gids
  @secondary_gids
end

#uid::Integer

Returns the value of attribute uid.

Returns:

  • (::Integer)


321
322
323
# File 'sig/types.rbs', line 321

def uid
  @uid
end