Class: Aws::Types::CodeVulnerabilityDetails
- Inherits:
-
Object
- Object
- Aws::Types::CodeVulnerabilityDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cwes ⇒ ::Array[::String]
Returns the value of attribute cwes.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#detector_name ⇒ ::String
Returns the value of attribute detector_name.
-
#detector_tags ⇒ ::Array[::String]
Returns the value of attribute detector_tags.
-
#file_path ⇒ Types::CodeFilePath
Returns the value of attribute file_path.
-
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#source_lambda_layer_arn ⇒ ::String
Returns the value of attribute source_lambda_layer_arn.
Instance Attribute Details
#cwes ⇒ ::Array[::String]
Returns the value of attribute cwes.
772 773 774 |
# File 'sig/types.rbs', line 772 def cwes @cwes end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
770 771 772 |
# File 'sig/types.rbs', line 770 def detector_id @detector_id end |
#detector_name ⇒ ::String
Returns the value of attribute detector_name.
771 772 773 |
# File 'sig/types.rbs', line 771 def detector_name @detector_name end |
#detector_tags ⇒ ::Array[::String]
Returns the value of attribute detector_tags.
766 767 768 |
# File 'sig/types.rbs', line 766 def @detector_tags end |
#file_path ⇒ Types::CodeFilePath
Returns the value of attribute file_path.
765 766 767 |
# File 'sig/types.rbs', line 765 def file_path @file_path end |
#reference_urls ⇒ ::Array[::String]
Returns the value of attribute reference_urls.
767 768 769 |
# File 'sig/types.rbs', line 767 def reference_urls @reference_urls end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
768 769 770 |
# File 'sig/types.rbs', line 768 def rule_id @rule_id end |
#source_lambda_layer_arn ⇒ ::String
Returns the value of attribute source_lambda_layer_arn.
769 770 771 |
# File 'sig/types.rbs', line 769 def source_lambda_layer_arn @source_lambda_layer_arn end |