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

Class: Aws::Inspector::Types::DescribeAssessmentRunsRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_run_arnsArray<String>

The ARN that specifies the assessment run that you want to describe.

Returns:

  • (Array<String>)

    The ARN that specifies the assessment run that you want to describe.