Reset Enabled Control
controltower_reset_enabled_control | R Documentation |
Resets an enabled control¶
Description¶
Resets an enabled control.
Usage¶
controltower_reset_enabled_control(enabledControlIdentifier)
Arguments¶
enabledControlIdentifier |
[required] The ARN of the enabled control to be reset. |
Value¶
A list with the following syntax:
list(
operationIdentifier = "string"
)
Request syntax¶
svc$reset_enabled_control(
enabledControlIdentifier = "string"
)