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

Class: Aws::Inspector::Types::GetAssessmentReportResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Specifies the status of the request to generate an assessment report.

Possible values:

  • WORK_IN_PROGRESS
  • FAILED
  • COMPLETED

Returns:

  • (String)

    Specifies the status of the request to generate an assessment report.

#urlString

Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.

Returns:

  • (String)

    Specifies the URL where you can find the generated assessment report.