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.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
2932 2933 2934 |
# File 'sig/types.rbs', line 2932 def mac_credentials @mac_credentials end |
#mac_system_integrity_protection_configuration ⇒ Types::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.
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.
2935 2936 2937 |
# File 'sig/types.rbs', line 2935 def tag_specifications @tag_specifications end |