Class: Aws::Types::UpdatePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePackageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
-
#package_description ⇒ ::String
Returns the value of attribute package_description.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_source ⇒ Types::PackageSource
Returns the value of attribute package_source.
Instance Attribute Details
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def end |
#package_description ⇒ ::String
Returns the value of attribute package_description.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def package_description @package_description end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def package_id @package_id end |
#package_source ⇒ Types::PackageSource
Returns the value of attribute package_source.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def package_source @package_source end |