Class: Aws::Types::PackageVersionHistory

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


2010
2011
2012
# File 'sig/types.rbs', line 2010

def commit_message
  @commit_message
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def created_at
  @created_at
end

#package_configurationTypes::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.

Returns:

  • (::String)


2009
2010
2011
# File 'sig/types.rbs', line 2009

def package_version
  @package_version
end

#plugin_propertiesTypes::PluginProperties

Returns the value of attribute plugin_properties.



2012
2013
2014
# File 'sig/types.rbs', line 2012

def plugin_properties
  @plugin_properties
end