Class: Aws::CodeGuruSecurity::Types::ScanNameWithFindingNum
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::ScanNameWithFindingNum
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
Information about the number of findings generated by a scan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_number ⇒ Integer
The number of findings generated by a scan.
-
#scan_name ⇒ String
The name of the scan.
Instance Attribute Details
#finding_number ⇒ Integer
The number of findings generated by a scan.
1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1056 class ScanNameWithFindingNum < Struct.new( :finding_number, :scan_name) SENSITIVE = [] include Aws::Structure end |
#scan_name ⇒ String
The name of the scan.
1056 1057 1058 1059 1060 1061 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1056 class ScanNameWithFindingNum < Struct.new( :finding_number, :scan_name) SENSITIVE = [] include Aws::Structure end |