Class: Aws::CodeGuruSecurity::Types::ScanNameWithFindingNum

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

Instance Attribute Details

#finding_numberInteger

The number of findings generated by a scan.

Returns:

  • (Integer)


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_nameString

The name of the scan.

Returns:

  • (String)


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