Class: Aws::OpenSearchService::Types::PackageVersionHistory

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Details about a package version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_messageString

A message associated with the package version when it was uploaded.

Returns:

  • (String)


6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6012

class PackageVersionHistory < Struct.new(
  :package_version,
  :commit_message,
  :created_at,
  :plugin_properties,
  :package_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time when the package was created.

Returns:

  • (Time)


6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6012

class PackageVersionHistory < Struct.new(
  :package_version,
  :commit_message,
  :created_at,
  :plugin_properties,
  :package_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#package_configurationTypes::PackageConfiguration

The configuration details for a specific version of a package.



6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6012

class PackageVersionHistory < Struct.new(
  :package_version,
  :commit_message,
  :created_at,
  :plugin_properties,
  :package_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#package_versionString

The package version.

Returns:

  • (String)


6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6012

class PackageVersionHistory < Struct.new(
  :package_version,
  :commit_message,
  :created_at,
  :plugin_properties,
  :package_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#plugin_propertiesTypes::PluginProperties

Additional information about plugin properties if the package is a ‘ZIP-PLUGIN` package.



6012
6013
6014
6015
6016
6017
6018
6019
6020
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6012

class PackageVersionHistory < Struct.new(
  :package_version,
  :commit_message,
  :created_at,
  :plugin_properties,
  :package_configuration)
  SENSITIVE = []
  include Aws::Structure
end