Class: Aws::Types::PosixProfile

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)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def gid
  @gid
end

#secondary_gids::Array[::Integer]

Returns the value of attribute secondary_gids.

Returns:

  • (::Array[::Integer])


1120
1121
1122
# File 'sig/types.rbs', line 1120

def secondary_gids
  @secondary_gids
end

#uid::Integer

Returns the value of attribute uid.

Returns:

  • (::Integer)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def uid
  @uid
end