Class: Aws::OpenSearchService::Types::PackageVersionHistory
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::PackageVersionHistory
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Details about a package version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commit_message ⇒ String
A message associated with the package version when it was uploaded.
-
#created_at ⇒ Time
The date and time when the package was created.
-
#package_configuration ⇒ Types::PackageConfiguration
The configuration details for a specific version of a package.
-
#package_version ⇒ String
The package version.
-
#plugin_properties ⇒ Types::PluginProperties
Additional information about plugin properties if the package is a ‘ZIP-PLUGIN` package.
Instance Attribute Details
#commit_message ⇒ String
A message associated with the package version when it was uploaded.
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_at ⇒ Time
The date and time when the package was created.
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_configuration ⇒ Types::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_version ⇒ String
The package version.
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_properties ⇒ Types::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 |