Update Action Target
| securityhub_update_action_target | R Documentation | 
Updates the name and description of a custom action target in Security Hub¶
Description¶
Updates the name and description of a custom action target in Security Hub.
Usage¶
securityhub_update_action_target(ActionTargetArn, Name, Description)
Arguments¶
| ActionTargetArn | [required] The ARN of the custom action target to update. | 
| Name | The updated name of the custom action target. | 
| Description | The updated description for the custom action target. | 
Value¶
An empty list.
Request syntax¶
svc$update_action_target(
  ActionTargetArn = "string",
  Name = "string",
  Description = "string"
)