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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

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

Returns:

  • (String)


1490
1491
1492
1493
1494
1495
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1490

class GetAssessmentReportResponse < Struct.new(
  :status,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1490
1491
1492
1493
1494
1495
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1490

class GetAssessmentReportResponse < Struct.new(
  :status,
  :url)
  SENSITIVE = []
  include Aws::Structure
end