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_configuration ⇒ Types::PackageConfiguration
Returns the value of attribute package_configuration.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#plugin_properties ⇒ Types::PluginProperties
Returns the value of attribute plugin_properties.
Instance Attribute Details
#commit_message ⇒ ::String
Returns the value of attribute commit_message.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def @commit_message end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def created_at @created_at end |
#package_configuration ⇒ Types::PackageConfiguration
Returns the value of attribute package_configuration.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def package_configuration @package_configuration end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def package_version @package_version end |
#plugin_properties ⇒ Types::PluginProperties
Returns the value of attribute plugin_properties.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def plugin_properties @plugin_properties end |