Class: Aws::Types::CodeRepositoryOnDemandScan
- Inherits:
-
Object
- Object
- Aws::Types::CodeRepositoryOnDemandScan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_scan_at ⇒ ::Time
Returns the value of attribute last_scan_at.
-
#last_scanned_commit_id ⇒ ::String
Returns the value of attribute last_scanned_commit_id.
-
#scan_status ⇒ Types::ScanStatus
Returns the value of attribute scan_status.
Instance Attribute Details
#last_scan_at ⇒ ::Time
Returns the value of attribute last_scan_at.
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.
696 697 698 |
# File 'sig/types.rbs', line 696 def last_scanned_commit_id @last_scanned_commit_id end |
#scan_status ⇒ Types::ScanStatus
Returns the value of attribute scan_status.
698 699 700 |
# File 'sig/types.rbs', line 698 def scan_status @scan_status end |