You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Inspector::Types::DescribeAssessmentTargetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeAssessmentTargetsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  assessment_target_arns: ["Arn"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_target_arnsArray<String>

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

Returns:

  • (Array<String>)

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