Class: Aws::Types::CreateMacSystemIntegrityProtectionModificationTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:mac_credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2929
2930
2931
# File 'sig/types.rbs', line 2929

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2930
2931
2932
# File 'sig/types.rbs', line 2930

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2931
2932
2933
# File 'sig/types.rbs', line 2931

def instance_id
  @instance_id
end

#mac_credentials::String

Returns the value of attribute mac_credentials.

Returns:

  • (::String)


2932
2933
2934
# File 'sig/types.rbs', line 2932

def mac_credentials
  @mac_credentials
end

#mac_system_integrity_protection_configurationTypes::MacSystemIntegrityProtectionConfigurationRequest

Returns the value of attribute mac_system_integrity_protection_configuration.



2933
2934
2935
# File 'sig/types.rbs', line 2933

def mac_system_integrity_protection_configuration
  @mac_system_integrity_protection_configuration
end

#mac_system_integrity_protection_status"enabled", "disabled"

Returns the value of attribute mac_system_integrity_protection_status.

Returns:

  • ("enabled", "disabled")


2934
2935
2936
# File 'sig/types.rbs', line 2934

def mac_system_integrity_protection_status
  @mac_system_integrity_protection_status
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2935
2936
2937
# File 'sig/types.rbs', line 2935

def tag_specifications
  @tag_specifications
end