Class: Aws::Types::DeletePackageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePackageVersionRequest
- 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.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def client_token @client_token end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def package_name @package_name end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def version_name @version_name end |