Class: Aws::Types::VulnerablePackage
- Inherits:
-
Object
- Object
- Aws::Types::VulnerablePackage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arch ⇒ ::String
Returns the value of attribute arch.
-
#epoch ⇒ ::Integer
Returns the value of attribute epoch.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#fixed_in_version ⇒ ::String
Returns the value of attribute fixed_in_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#package_manager ⇒ ::String
Returns the value of attribute package_manager.
-
#release ⇒ ::String
Returns the value of attribute release.
-
#source_layer_hash ⇒ ::String
Returns the value of attribute source_layer_hash.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arch ⇒ ::String
Returns the value of attribute arch.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def arch @arch end |
#epoch ⇒ ::Integer
Returns the value of attribute epoch.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def epoch @epoch end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def file_path @file_path end |
#fixed_in_version ⇒ ::String
Returns the value of attribute fixed_in_version.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def fixed_in_version @fixed_in_version end |
#name ⇒ ::String
Returns the value of attribute name.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def name @name end |
#package_manager ⇒ ::String
Returns the value of attribute package_manager.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def package_manager @package_manager end |
#release ⇒ ::String
Returns the value of attribute release.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def release @release end |
#source_layer_hash ⇒ ::String
Returns the value of attribute source_layer_hash.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def source_layer_hash @source_layer_hash end |
#version ⇒ ::String
Returns the value of attribute version.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def version @version end |