Learn R Programming

paws.security.identity (version 0.1.12)

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)

Value

An empty list.

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
if (FALSE) {
# Deletes the assessment run that is specified by the ARN of the
# assessment run.
svc$delete_assessment_run(
  assessmentRunArn = "arn:aws:inspector:us-west-2:123456789012:target/0-nvg..."
)
}

Run the code above in your browser using DataLab