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

#capabilitiesTypes::KernelCapabilities

Returns the value of attribute capabilities.



1488
1489
1490
# File 'sig/types.rbs', line 1488

def capabilities
  @capabilities
end

#devices::Array[Types::Device]

Returns the value of attribute devices.

Returns:



1489
1490
1491
# File 'sig/types.rbs', line 1489

def devices
  @devices
end

#init_process_enabledBoolean

Returns the value of attribute init_process_enabled.

Returns:

  • (Boolean)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def init_process_enabled
  @init_process_enabled
end

#max_swap::Integer

Returns the value of attribute max_swap.

Returns:

  • (::Integer)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def max_swap
  @max_swap
end

#shared_memory_size::Integer

Returns the value of attribute shared_memory_size.

Returns:

  • (::Integer)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def shared_memory_size
  @shared_memory_size
end

#swappiness::Integer

Returns the value of attribute swappiness.

Returns:

  • (::Integer)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def swappiness
  @swappiness
end

#tmpfs::Array[Types::Tmpfs]

Returns the value of attribute tmpfs.

Returns:



1492
1493
1494
# File 'sig/types.rbs', line 1492

def tmpfs
  @tmpfs
end