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)


4161
4162
4163
4164
4165
4166
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4161

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

#urlString

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

Returns:

  • (String)


4161
4162
4163
4164
4165
4166
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4161

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