Class: Aws::Types::CreatePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#package_description ⇒ ::String
Returns the value of attribute package_description.
-
#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.
Instance Attribute Details
#package_description ⇒ ::String
Returns the value of attribute package_description.
317 318 319 |
# File 'sig/types.rbs', line 317 def package_description @package_description end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
315 316 317 |
# File 'sig/types.rbs', line 315 def package_name @package_name end |
#package_source ⇒ Types::PackageSource
Returns the value of attribute package_source.
318 319 320 |
# File 'sig/types.rbs', line 318 def package_source @package_source end |
#package_type ⇒ "TXT-DICTIONARY"
Returns the value of attribute package_type.
316 317 318 |
# File 'sig/types.rbs', line 316 def package_type @package_type end |