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)


2767
2768
2769
# File 'sig/types.rbs', line 2767

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2768
2769
2770
# File 'sig/types.rbs', line 2768

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2769
2770
2771
# File 'sig/types.rbs', line 2769

def instance_id
  @instance_id
end

#mac_credentials::String

Returns the value of attribute mac_credentials.

Returns:

  • (::String)


2770
2771
2772
# File 'sig/types.rbs', line 2770

def mac_credentials
  @mac_credentials
end

#mac_system_integrity_protection_configurationTypes::MacSystemIntegrityProtectionConfigurationRequest

Returns the value of attribute mac_system_integrity_protection_configuration.



2771
2772
2773
# File 'sig/types.rbs', line 2771

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")


2772
2773
2774
# File 'sig/types.rbs', line 2772

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:



2773
2774
2775
# File 'sig/types.rbs', line 2773

def tag_specifications
  @tag_specifications
end