Class: Aws::Types::CodeRepositoryOnDemandScan

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_scan_at::Time

Returns the value of attribute last_scan_at.

Returns:

  • (::Time)


697
698
699
# File 'sig/types.rbs', line 697

def last_scan_at
  @last_scan_at
end

#last_scanned_commit_id::String

Returns the value of attribute last_scanned_commit_id.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def last_scanned_commit_id
  @last_scanned_commit_id
end

#scan_statusTypes::ScanStatus

Returns the value of attribute scan_status.

Returns:



698
699
700
# File 'sig/types.rbs', line 698

def scan_status
  @scan_status
end