Class: Aws::Types::CreatePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#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_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_source ⇒ Types::PackageSource
Returns the value of attribute package_source.
-
#package_type ⇒ "TXT-DICTIONARY", ...
Returns the value of attribute package_type.
-
#package_vending_options ⇒ Types::PackageVendingOptions
Returns the value of attribute package_vending_options.
Instance Attribute Details
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
564 565 566 |
# File 'sig/types.rbs', line 564 def engine_version @engine_version end |
#package_configuration ⇒ Types::PackageConfiguration
Returns the value of attribute package_configuration.
563 564 565 |
# File 'sig/types.rbs', line 563 def package_configuration @package_configuration end |
#package_description ⇒ ::String
Returns the value of attribute package_description.
561 562 563 |
# File 'sig/types.rbs', line 561 def package_description @package_description end |
#package_encryption_options ⇒ Types::PackageEncryptionOptions
Returns the value of attribute package_encryption_options.
566 567 568 |
# File 'sig/types.rbs', line 566 def @package_encryption_options end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
559 560 561 |
# File 'sig/types.rbs', line 559 def package_name @package_name end |
#package_source ⇒ Types::PackageSource
Returns the value of attribute package_source.
562 563 564 |
# File 'sig/types.rbs', line 562 def package_source @package_source end |
#package_type ⇒ "TXT-DICTIONARY", ...
Returns the value of attribute package_type.
560 561 562 |
# File 'sig/types.rbs', line 560 def package_type @package_type end |
#package_vending_options ⇒ Types::PackageVendingOptions
Returns the value of attribute package_vending_options.
565 566 567 |
# File 'sig/types.rbs', line 565 def @package_vending_options end |