Class: Aws::Types::PackageVersionOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::PackageVersionOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mark_latest ⇒ Boolean
Returns the value of attribute mark_latest.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
Instance Attribute Details
#mark_latest ⇒ Boolean
Returns the value of attribute mark_latest.
723 724 725 |
# File 'sig/types.rbs', line 723 def mark_latest @mark_latest end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
724 725 726 |
# File 'sig/types.rbs', line 724 def package_name @package_name end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
725 726 727 |
# File 'sig/types.rbs', line 725 def package_version @package_version end |