Class: Aws::CodeGuruSecurity::Types::FindingIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::FindingIdentifier
- 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
-
#finding_id ⇒ String
The identifier for a finding.
-
#scan_name ⇒ String
The name of the scan that generated the finding.
Instance Attribute Details
#finding_id ⇒ String
The identifier for a finding.
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_name ⇒ String
The name of the scan that generated the finding.
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 |