Class: Aws::Types::SoftwarePackage
- Inherits:
-
Object
- Object
- Aws::Types::SoftwarePackage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ ::String
Returns the value of attribute architecture.
-
#epoch ⇒ ::String
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_arn ⇒ ::String
Returns the value of attribute source_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
#architecture ⇒ ::String
Returns the value of attribute architecture.
7637 7638 7639 |
# File 'sig/types.rbs', line 7637 def architecture @architecture end |
#epoch ⇒ ::String
Returns the value of attribute epoch.
7635 7636 7637 |
# File 'sig/types.rbs', line 7635 def epoch @epoch end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
7639 7640 7641 |
# File 'sig/types.rbs', line 7639 def file_path @file_path end |
#fixed_in_version ⇒ ::String
Returns the value of attribute fixed_in_version.
7640 7641 7642 |
# File 'sig/types.rbs', line 7640 def fixed_in_version @fixed_in_version end |
#name ⇒ ::String
Returns the value of attribute name.
7633 7634 7635 |
# File 'sig/types.rbs', line 7633 def name @name end |
#package_manager ⇒ ::String
Returns the value of attribute package_manager.
7638 7639 7640 |
# File 'sig/types.rbs', line 7638 def package_manager @package_manager end |
#release ⇒ ::String
Returns the value of attribute release.
7636 7637 7638 |
# File 'sig/types.rbs', line 7636 def release @release end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
7641 7642 7643 |
# File 'sig/types.rbs', line 7641 def remediation @remediation end |
#source_layer_arn ⇒ ::String
Returns the value of attribute source_layer_arn.
7643 7644 7645 |
# File 'sig/types.rbs', line 7643 def source_layer_arn @source_layer_arn end |
#source_layer_hash ⇒ ::String
Returns the value of attribute source_layer_hash.
7642 7643 7644 |
# File 'sig/types.rbs', line 7642 def source_layer_hash @source_layer_hash end |
#version ⇒ ::String
Returns the value of attribute version.
7634 7635 7636 |
# File 'sig/types.rbs', line 7634 def version @version end |