Class: Aws::EC2::Types::MacSystemIntegrityProtectionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the configuration for a System Integrity Protection (SIP) modification task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apple_internal ⇒ String

Indicates whether Apple Internal was enabled or disabled by the task.

Returns:

  • (String)


64150
64151
64152
64153
64154
64155
64156
64157
64158
64159
64160
64161
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64150

class MacSystemIntegrityProtectionConfiguration < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#base_system ⇒ String

Indicates whether Base System was enabled or disabled by the task.

Returns:

  • (String)


64150
64151
64152
64153
64154
64155
64156
64157
64158
64159
64160
64161
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64150

class MacSystemIntegrityProtectionConfiguration < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#d_trace_restrictions ⇒ String

Indicates whether Dtrace Restrictions was enabled or disabled by the task.

Returns:

  • (String)


64150
64151
64152
64153
64154
64155
64156
64157
64158
64159
64160
64161
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64150

class MacSystemIntegrityProtectionConfiguration < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#debugging_restrictions ⇒ String

Indicates whether Debugging Restrictions was enabled or disabled by the task.

Returns:

  • (String)


64150
64151
64152
64153
64154
64155
64156
64157
64158
64159
64160
64161
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64150

class MacSystemIntegrityProtectionConfiguration < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#filesystem_protections ⇒ String

Indicates whether Filesystem Protections was enabled or disabled by the task.

Returns:

  • (String)


64150
64151
64152
64153
64154
64155
64156
64157
64158
64159
64160
64161
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64150

class MacSystemIntegrityProtectionConfiguration < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#kext_signing ⇒ String

Indicates whether Kext Signing was enabled or disabled by the task.

Returns:

  • (String)


64150
64151
64152
64153
64154
64155
64156
64157
64158
64159
64160
64161
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64150

class MacSystemIntegrityProtectionConfiguration < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nvram_protections ⇒ String

Indicates whether NVRAM Protections was enabled or disabled by the task.

Returns:

  • (String)


64150
64151
64152
64153
64154
64155
64156
64157
64158
64159
64160
64161
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64150

class MacSystemIntegrityProtectionConfiguration < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

Indicates SIP was enabled or disabled by the task.

Returns:

  • (String)


64150
64151
64152
64153
64154
64155
64156
64157
64158
64159
64160
64161
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64150

class MacSystemIntegrityProtectionConfiguration < Struct.new(
  :apple_internal,
  :base_system,
  :debugging_restrictions,
  :d_trace_restrictions,
  :filesystem_protections,
  :kext_signing,
  :nvram_protections,
  :status)
  SENSITIVE = []
  include Aws::Structure
end