paws.security.identity (version 0.1.0)

inspector_delete_assessment_run: Deletes the assessment run that is specified by the ARN of the assessment run

Description

Deletes the assessment run that is specified by the ARN of the assessment run.

Usage

inspector_delete_assessment_run(assessmentRunArn)

Arguments

assessmentRunArn

[required] The ARN that specifies the assessment run that you want to delete.

Request syntax

svc$delete_assessment_run(
  assessmentRunArn = "string"
)

Examples

Run this code
# NOT RUN {
# Deletes the assessment run that is specified by the ARN of the
# assessment run.
# }
# NOT RUN {
svc$delete_assessment_run(
  assessmentRunArn = "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-..."
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace