Class: Aws::ElasticsearchService::Types::PackageVersionHistory
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::PackageVersionHistory
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Details of a package version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commit_message ⇒ String
A message associated with the version.
-
#created_at ⇒ Time
Timestamp which tells creation time of the package version.
-
#package_version ⇒ String
Version of the package.
Instance Attribute Details
#commit_message ⇒ String
A message associated with the version.
3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3357 class PackageVersionHistory < Struct.new( :package_version, :commit_message, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp which tells creation time of the package version.
3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3357 class PackageVersionHistory < Struct.new( :package_version, :commit_message, :created_at) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
Version of the package.
3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3357 class PackageVersionHistory < Struct.new( :package_version, :commit_message, :created_at) SENSITIVE = [] include Aws::Structure end |