Class: Aws::Types::AssociateSbomWithPackageVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSbomWithPackageVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#sbom ⇒ Types::Sbom
Returns the value of attribute sbom.
-
#sbom_validation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute sbom_validation_status.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#package_name ⇒ ::String
Returns the value of attribute package_name.
148 149 150 |
# File 'sig/types.rbs', line 148 def package_name @package_name end |
#sbom ⇒ Types::Sbom
Returns the value of attribute sbom.
150 151 152 |
# File 'sig/types.rbs', line 150 def sbom @sbom end |
#sbom_validation_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute sbom_validation_status.
151 152 153 |
# File 'sig/types.rbs', line 151 def sbom_validation_status @sbom_validation_status end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
149 150 151 |
# File 'sig/types.rbs', line 149 def version_name @version_name end |