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)


3892
3893
3894
3895
3896
3897
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3892

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)


3892
3893
3894
3895
3896
3897
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3892

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