Class: Aws::Types::DaemonLinuxParameters

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.



647
648
649
# File 'sig/types.rbs', line 647

def capabilities
  @capabilities
end

#devices::Array[Types::Device]

Returns the value of attribute devices.

Returns:



648
649
650
# File 'sig/types.rbs', line 648

def devices
  @devices
end

#init_process_enabledBoolean

Returns the value of attribute init_process_enabled.

Returns:

  • (Boolean)


649
650
651
# File 'sig/types.rbs', line 649

def init_process_enabled
  @init_process_enabled
end

#tmpfs::Array[Types::Tmpfs]

Returns the value of attribute tmpfs.

Returns:



650
651
652
# File 'sig/types.rbs', line 650

def tmpfs
  @tmpfs
end