Class: Aws::Types::CreateMacSystemIntegrityProtectionModificationTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMacSystemIntegrityProtectionModificationTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#mac_credentials ⇒ ::String
Returns the value of attribute mac_credentials.
-
#mac_system_integrity_protection_configuration ⇒ Types::MacSystemIntegrityProtectionConfigurationRequest
Returns the value of attribute mac_system_integrity_protection_configuration.
-
#mac_system_integrity_protection_status ⇒ "enabled", "disabled"
Returns the value of attribute mac_system_integrity_protection_status.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def mac_credentials @mac_credentials end |
#mac_system_integrity_protection_configuration ⇒ Types::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.
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.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def tag_specifications @tag_specifications end |