Class: Aws::Types::CustomPosixUserConfig

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)


3064
3065
3066
# File 'sig/types.rbs', line 3064

def gid
  @gid
end

#uid::Integer

Returns the value of attribute uid.

Returns:

  • (::Integer)


3063
3064
3065
# File 'sig/types.rbs', line 3063

def uid
  @uid
end