Class: Aws::Inspector2::Types::GetCisScanReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetCisScanReportResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status.
-
#url ⇒ String
The URL where a PDF or CSV of the CIS scan report can be downloaded.
Instance Attribute Details
#status ⇒ String
The status.
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 |
#url ⇒ String
The URL where a PDF or CSV of the CIS scan report can be downloaded.
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 |