Class: Aws::Types::MacModificationTask
- Inherits:
-
Object
- Object
- Aws::Types::MacModificationTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#mac_modification_task_id ⇒ ::String
Returns the value of attribute mac_modification_task_id.
-
#mac_system_integrity_protection_config ⇒ Types::MacSystemIntegrityProtectionConfiguration
Returns the value of attribute mac_system_integrity_protection_config.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_state ⇒ "successful", ...
Returns the value of attribute task_state.
-
#task_type ⇒ "sip-modification", "volume-ownership-delegation"
Returns the value of attribute task_type.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
13656 13657 13658 |
# File 'sig/types.rbs', line 13656 def instance_id @instance_id end |
#mac_modification_task_id ⇒ ::String
Returns the value of attribute mac_modification_task_id.
13657 13658 13659 |
# File 'sig/types.rbs', line 13657 def mac_modification_task_id @mac_modification_task_id end |
#mac_system_integrity_protection_config ⇒ Types::MacSystemIntegrityProtectionConfiguration
Returns the value of attribute mac_system_integrity_protection_config.
13658 13659 13660 |
# File 'sig/types.rbs', line 13658 def mac_system_integrity_protection_config @mac_system_integrity_protection_config end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
13659 13660 13661 |
# File 'sig/types.rbs', line 13659 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
13660 13661 13662 |
# File 'sig/types.rbs', line 13660 def @tags end |
#task_state ⇒ "successful", ...
Returns the value of attribute task_state.
13661 13662 13663 |
# File 'sig/types.rbs', line 13661 def task_state @task_state end |
#task_type ⇒ "sip-modification", "volume-ownership-delegation"
Returns the value of attribute task_type.
13662 13663 13664 |
# File 'sig/types.rbs', line 13662 def task_type @task_type end |