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.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def instance_id @instance_id end |
#mac_credentials ⇒ ::String
Returns the value of attribute mac_credentials.
2882 2883 2884 |
# File 'sig/types.rbs', line 2882 def mac_credentials @mac_credentials end |
#mac_system_integrity_protection_configuration ⇒ Types::MacSystemIntegrityProtectionConfigurationRequest
Returns the value of attribute mac_system_integrity_protection_configuration.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 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.
2884 2885 2886 |
# File 'sig/types.rbs', line 2884 def mac_system_integrity_protection_status @mac_system_integrity_protection_status end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def tag_specifications @tag_specifications end |