Class: Aws::Types::AssociateSbomWithPackageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSbomWithPackageVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#sbom ⇒ Types::Sbom
Returns the value of attribute sbom.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
143 144 145 |
# File 'sig/types.rbs', line 143 def client_token @client_token end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
140 141 142 |
# File 'sig/types.rbs', line 140 def package_name @package_name end |
#sbom ⇒ Types::Sbom
Returns the value of attribute sbom.
142 143 144 |
# File 'sig/types.rbs', line 142 def sbom @sbom end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
141 142 143 |
# File 'sig/types.rbs', line 141 def version_name @version_name end |