Class: Aws::Types::UpdatePackageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePackageVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "PUBLISH", "DEPRECATE"
Returns the value of attribute action.
-
#artifact ⇒ Types::PackageVersionArtifact
Returns the value of attribute artifact.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#recipe ⇒ ::String
Returns the value of attribute recipe.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#action ⇒ "PUBLISH", "DEPRECATE"
Returns the value of attribute action.
5265 5266 5267 |
# File 'sig/types.rbs', line 5265 def action @action end |
#artifact ⇒ Types::PackageVersionArtifact
Returns the value of attribute artifact.
5264 5265 5266 |
# File 'sig/types.rbs', line 5264 def artifact @artifact end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
5263 5264 5265 |
# File 'sig/types.rbs', line 5263 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
5267 5268 5269 |
# File 'sig/types.rbs', line 5267 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
5262 5263 5264 |
# File 'sig/types.rbs', line 5262 def description @description end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
5260 5261 5262 |
# File 'sig/types.rbs', line 5260 def package_name @package_name end |
#recipe ⇒ ::String
Returns the value of attribute recipe.
5266 5267 5268 |
# File 'sig/types.rbs', line 5266 def recipe @recipe end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
5261 5262 5263 |
# File 'sig/types.rbs', line 5261 def version_name @version_name end |