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 ⇒ "BUNDLER", ...
Returns the value of attribute package_manager.
-
#release ⇒ ::String
Returns the value of attribute release.
-
#remediation ⇒ ::String
Returns the value of attribute remediation.
-
#source_lambda_layer_arn ⇒ ::String
Returns the value of attribute source_lambda_layer_arn.
-
#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.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def arch @arch end |
#epoch ⇒ ::Integer
Returns the value of attribute epoch.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def epoch @epoch end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
3080 3081 3082 |
# File 'sig/types.rbs', line 3080 def file_path @file_path end |
#fixed_in_version ⇒ ::String
Returns the value of attribute fixed_in_version.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def fixed_in_version @fixed_in_version end |
#name ⇒ ::String
Returns the value of attribute name.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def name @name end |
#package_manager ⇒ "BUNDLER", ...
Returns the value of attribute package_manager.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def package_manager @package_manager end |
#release ⇒ ::String
Returns the value of attribute release.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def release @release end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
3082 3083 3084 |
# File 'sig/types.rbs', line 3082 def remediation @remediation end |
#source_lambda_layer_arn ⇒ ::String
Returns the value of attribute source_lambda_layer_arn.
3083 3084 3085 |
# File 'sig/types.rbs', line 3083 def source_lambda_layer_arn @source_lambda_layer_arn end |
#source_layer_hash ⇒ ::String
Returns the value of attribute source_layer_hash.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def source_layer_hash @source_layer_hash end |
#version ⇒ ::String
Returns the value of attribute version.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def version @version end |