Class: Aws::Types::PackageVersionHistory
- Inherits:
-
Object
- Object
- Aws::Types::PackageVersionHistory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
Instance Attribute Details
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def @commit_message end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def created_at @created_at end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def package_version @package_version end |