Class: Aws::Types::MacSystemIntegrityProtectionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#apple_internal"enabled", "disabled"

Returns the value of attribute apple_internal.

Returns:

  • ("enabled", "disabled")


13075
13076
13077
# File 'sig/types.rbs', line 13075

def apple_internal
  @apple_internal
end

#base_system"enabled", "disabled"

Returns the value of attribute base_system.

Returns:

  • ("enabled", "disabled")


13076
13077
13078
# File 'sig/types.rbs', line 13076

def base_system
  @base_system
end

#d_trace_restrictions"enabled", "disabled"

Returns the value of attribute d_trace_restrictions.

Returns:

  • ("enabled", "disabled")


13078
13079
13080
# File 'sig/types.rbs', line 13078

def d_trace_restrictions
  @d_trace_restrictions
end

#debugging_restrictions"enabled", "disabled"

Returns the value of attribute debugging_restrictions.

Returns:

  • ("enabled", "disabled")


13077
13078
13079
# File 'sig/types.rbs', line 13077

def debugging_restrictions
  @debugging_restrictions
end

#filesystem_protections"enabled", "disabled"

Returns the value of attribute filesystem_protections.

Returns:

  • ("enabled", "disabled")


13079
13080
13081
# File 'sig/types.rbs', line 13079

def filesystem_protections
  @filesystem_protections
end

#kext_signing"enabled", "disabled"

Returns the value of attribute kext_signing.

Returns:

  • ("enabled", "disabled")


13080
13081
13082
# File 'sig/types.rbs', line 13080

def kext_signing
  @kext_signing
end

#nvram_protections"enabled", "disabled"

Returns the value of attribute nvram_protections.

Returns:

  • ("enabled", "disabled")


13081
13082
13083
# File 'sig/types.rbs', line 13081

def nvram_protections
  @nvram_protections
end

#status"enabled", "disabled"

Returns the value of attribute status.

Returns:

  • ("enabled", "disabled")


13082
13083
13084
# File 'sig/types.rbs', line 13082

def status
  @status
end