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_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.
5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5165 class PackageVersionHistory < Struct.new( :package_version, :commit_message, :created_at, :plugin_properties) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the package was created.
5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5165 class PackageVersionHistory < Struct.new( :package_version, :commit_message, :created_at, :plugin_properties) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
The package version.
5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5165 class PackageVersionHistory < Struct.new( :package_version, :commit_message, :created_at, :plugin_properties) SENSITIVE = [] include Aws::Structure end |
#plugin_properties ⇒ Types::PluginProperties
Additional information about plugin properties if the package is a ‘ZIP-PLUGIN` package.
5165 5166 5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5165 class PackageVersionHistory < Struct.new( :package_version, :commit_message, :created_at, :plugin_properties) SENSITIVE = [] include Aws::Structure end |