Class: Aws::Types::DisassociateSbomFromPackageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSbomFromPackageVersionRequest
- 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.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def client_token @client_token end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def package_name @package_name end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def version_name @version_name end |