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.
-
#remediation ⇒ ::String
Returns the value of attribute remediation.
-
#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.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def arch @arch end |
#epoch ⇒ ::Integer
Returns the value of attribute epoch.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def epoch @epoch end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def file_path @file_path end |
#fixed_in_version ⇒ ::String
Returns the value of attribute fixed_in_version.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def fixed_in_version @fixed_in_version end |
#name ⇒ ::String
Returns the value of attribute name.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def name @name end |
#package_manager ⇒ ::String
Returns the value of attribute package_manager.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def package_manager @package_manager end |
#release ⇒ ::String
Returns the value of attribute release.
2151 2152 2153 |
# File 'sig/types.rbs', line 2151 def release @release end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def remediation @remediation end |
#source_layer_hash ⇒ ::String
Returns the value of attribute source_layer_hash.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def source_layer_hash @source_layer_hash end |
#version ⇒ ::String
Returns the value of attribute version.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def version @version end |