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.



642
643
644
# File 'sig/types.rbs', line 642

def capabilities
  @capabilities
end

#devices::Array[Types::Device]

Returns the value of attribute devices.

Returns:



643
644
645
# File 'sig/types.rbs', line 643

def devices
  @devices
end

#init_process_enabledBoolean

Returns the value of attribute init_process_enabled.

Returns:

  • (Boolean)


644
645
646
# File 'sig/types.rbs', line 644

def init_process_enabled
  @init_process_enabled
end

#tmpfs::Array[Types::Tmpfs]

Returns the value of attribute tmpfs.

Returns:



645
646
647
# File 'sig/types.rbs', line 645

def tmpfs
  @tmpfs
end