Class: Aws::Inspector2::Types::GetCisScanReportResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status.

Returns:

  • (String)


4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4944

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

#urlString

The URL where a PDF or CSV of the CIS scan report can be downloaded.

Returns:

  • (String)


4944
4945
4946
4947
4948
4949
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4944

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