Class: Aws::Types::VulnerabilityCodeVulnerabilities
- Inherits:
-
Object
- Object
- Aws::Types::VulnerabilityCodeVulnerabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cwes ⇒ ::Array[::String]
Returns the value of attribute cwes.
-
#file_path ⇒ Types::CodeVulnerabilitiesFilePath
Returns the value of attribute file_path.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#cwes ⇒ ::Array[::String]
Returns the value of attribute cwes.
8151 8152 8153 |
# File 'sig/types.rbs', line 8151 def cwes @cwes end |
#file_path ⇒ Types::CodeVulnerabilitiesFilePath
Returns the value of attribute file_path.
8152 8153 8154 |
# File 'sig/types.rbs', line 8152 def file_path @file_path end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
8153 8154 8155 |
# File 'sig/types.rbs', line 8153 def source_arn @source_arn end |