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_configuration ⇒ Types::PackageConfiguration
Returns the value of attribute package_configuration.
-
#package_description ⇒ ::String
Returns the value of attribute package_description.
-
#package_encryption_options ⇒ Types::PackageEncryptionOptions
Returns the value of attribute package_encryption_options.
-
#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.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def @commit_message end |
#package_configuration ⇒ Types::PackageConfiguration
Returns the value of attribute package_configuration.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def package_configuration @package_configuration end |
#package_description ⇒ ::String
Returns the value of attribute package_description.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def package_description @package_description end |
#package_encryption_options ⇒ Types::PackageEncryptionOptions
Returns the value of attribute package_encryption_options.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def @package_encryption_options end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def package_id @package_id end |
#package_source ⇒ Types::PackageSource
Returns the value of attribute package_source.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def package_source @package_source end |