paws.security.identity (version 0.1.0)

inspector_describe_assessment_templates: Describes the assessment templates that are specified by the ARNs of the assessment templates

Description

Describes the assessment templates that are specified by the ARNs of the assessment templates.

Usage

inspector_describe_assessment_templates(assessmentTemplateArns)

Arguments

assessmentTemplateArns

[required]

Request syntax

svc$describe_assessment_templates(
  assessmentTemplateArns = list(
    "string"
  )
)

Examples

Run this code
# NOT RUN {
# Describes the assessment templates that are specified by the ARNs of the
# assessment templates.
# }
# NOT RUN {
svc$describe_assessment_templates(
  assessmentTemplateArns = list(
    "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace