Class: Aws::Inspector2::Types::CodeRepositoryOnDemandScan

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#last_scan_atTime

The timestamp when the last on-demand scan was performed.

Returns:



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_idString

The ID of the last commit that was scanned during an on-demand scan.

Returns:

  • (String)


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_statusTypes::ScanStatus

The status of the scan.

Returns:



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