paws.security.identity (version 0.1.0)

inspector_describe_assessment_targets: Describes the assessment targets that are specified by the ARNs of the assessment targets

Description

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

Usage

inspector_describe_assessment_targets(assessmentTargetArns)

Arguments

assessmentTargetArns

[required] The ARNs that specifies the assessment targets that you want to describe.

Request syntax

svc$describe_assessment_targets(
  assessmentTargetArns = list(
    "string"
  )
)

Examples

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

Run the code above in your browser using DataLab