Class: Aws::CodeGuruSecurity::Types::FindingIdentifier

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codegurusecurity/types.rb

Overview

An object that contains information about a finding and the scan that generated it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#finding_idString

The identifier for a finding.

Returns:

  • (String)


518
519
520
521
522
523
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 518

class FindingIdentifier < Struct.new(
  :finding_id,
  :scan_name)
  SENSITIVE = []
  include Aws::Structure
end

#scan_nameString

The name of the scan that generated the finding.

Returns:

  • (String)


518
519
520
521
522
523
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 518

class FindingIdentifier < Struct.new(
  :finding_id,
  :scan_name)
  SENSITIVE = []
  include Aws::Structure
end