Learn R Programming

paws.security.identity (version 0.1.12)

inspector_delete_assessment_template: Deletes the assessment template that is specified by the ARN of the assessment template

Description

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

Usage

inspector_delete_assessment_template(assessmentTemplateArn)

Value

An empty list.

Arguments

assessmentTemplateArn

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

Request syntax

svc$delete_assessment_template(
  assessmentTemplateArn = "string"
)

Examples

Run this code
if (FALSE) {
# Deletes the assessment template that is specified by the ARN of the
# assessment template.
svc$delete_assessment_template(
  assessmentTemplateArn = "arn:aws:inspector:us-west-2:123456789012:target/..."
)
}

Run the code above in your browser using DataLab