Class: Aws::Inspector2::Types::CodeRepositoryOnDemandScan
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CodeRepositoryOnDemandScan
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Contains information about on-demand scans performed on a code repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_scan_at ⇒ Time
The timestamp when the last on-demand scan was performed.
-
#last_scanned_commit_id ⇒ String
The ID of the last commit that was scanned during an on-demand scan.
-
#scan_status ⇒ Types::ScanStatus
The status of the scan.
Instance Attribute Details
#last_scan_at ⇒ Time
The timestamp when the last on-demand scan was performed.
2152 2153 2154 2155 2156 2157 2158 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2152 class CodeRepositoryOnDemandScan < Struct.new( :last_scan_at, :last_scanned_commit_id, :scan_status) SENSITIVE = [] include Aws::Structure end |
#last_scanned_commit_id ⇒ String
The ID of the last commit that was scanned during an on-demand scan.
2152 2153 2154 2155 2156 2157 2158 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2152 class CodeRepositoryOnDemandScan < Struct.new( :last_scan_at, :last_scanned_commit_id, :scan_status) SENSITIVE = [] include Aws::Structure end |
#scan_status ⇒ Types::ScanStatus
The status of the scan.
2152 2153 2154 2155 2156 2157 2158 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2152 class CodeRepositoryOnDemandScan < Struct.new( :last_scan_at, :last_scanned_commit_id, :scan_status) SENSITIVE = [] include Aws::Structure end |