Class: Aws::Types::MacSystemIntegrityProtectionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MacSystemIntegrityProtectionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apple_internal ⇒ "enabled", "disabled"
Returns the value of attribute apple_internal.
-
#base_system ⇒ "enabled", "disabled"
Returns the value of attribute base_system.
-
#d_trace_restrictions ⇒ "enabled", "disabled"
Returns the value of attribute d_trace_restrictions.
-
#debugging_restrictions ⇒ "enabled", "disabled"
Returns the value of attribute debugging_restrictions.
-
#filesystem_protections ⇒ "enabled", "disabled"
Returns the value of attribute filesystem_protections.
-
#kext_signing ⇒ "enabled", "disabled"
Returns the value of attribute kext_signing.
-
#nvram_protections ⇒ "enabled", "disabled"
Returns the value of attribute nvram_protections.
-
#status ⇒ "enabled", "disabled"
Returns the value of attribute status.
Instance Attribute Details
#apple_internal ⇒ "enabled", "disabled"
Returns the value of attribute apple_internal.
13673 13674 13675 |
# File 'sig/types.rbs', line 13673 def apple_internal @apple_internal end |
#base_system ⇒ "enabled", "disabled"
Returns the value of attribute base_system.
13674 13675 13676 |
# File 'sig/types.rbs', line 13674 def base_system @base_system end |
#d_trace_restrictions ⇒ "enabled", "disabled"
Returns the value of attribute d_trace_restrictions.
13676 13677 13678 |
# File 'sig/types.rbs', line 13676 def d_trace_restrictions @d_trace_restrictions end |
#debugging_restrictions ⇒ "enabled", "disabled"
Returns the value of attribute debugging_restrictions.
13675 13676 13677 |
# File 'sig/types.rbs', line 13675 def debugging_restrictions @debugging_restrictions end |
#filesystem_protections ⇒ "enabled", "disabled"
Returns the value of attribute filesystem_protections.
13677 13678 13679 |
# File 'sig/types.rbs', line 13677 def filesystem_protections @filesystem_protections end |
#kext_signing ⇒ "enabled", "disabled"
Returns the value of attribute kext_signing.
13678 13679 13680 |
# File 'sig/types.rbs', line 13678 def kext_signing @kext_signing end |
#nvram_protections ⇒ "enabled", "disabled"
Returns the value of attribute nvram_protections.
13679 13680 13681 |
# File 'sig/types.rbs', line 13679 def nvram_protections @nvram_protections end |
#status ⇒ "enabled", "disabled"
Returns the value of attribute status.
13680 13681 13682 |
# File 'sig/types.rbs', line 13680 def status @status end |