Class: Aws::Types::LinuxParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#devices::Array[Types::Device]

Returns the value of attribute devices.

Returns:



1064
1065
1066
# File 'sig/types.rbs', line 1064

def devices
  @devices
end

#init_process_enabledBoolean

Returns the value of attribute init_process_enabled.

Returns:

  • (Boolean)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def init_process_enabled
  @init_process_enabled
end

#max_swap::Integer

Returns the value of attribute max_swap.

Returns:

  • (::Integer)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def max_swap
  @max_swap
end

#shared_memory_size::Integer

Returns the value of attribute shared_memory_size.

Returns:

  • (::Integer)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def shared_memory_size
  @shared_memory_size
end

#swappiness::Integer

Returns the value of attribute swappiness.

Returns:

  • (::Integer)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def swappiness
  @swappiness
end

#tmpfs::Array[Types::Tmpfs]

Returns the value of attribute tmpfs.

Returns:



1067
1068
1069
# File 'sig/types.rbs', line 1067

def tmpfs
  @tmpfs
end