Class: Aws::ElasticsearchService::Types::PackageVersionHistory

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

Overview

Details of a package version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_messageString

A message associated with the version.

Returns:

  • (String)


3517
3518
3519
3520
3521
3522
3523
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3517

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

#created_atTime

Timestamp which tells creation time of the package version.

Returns:

  • (Time)


3517
3518
3519
3520
3521
3522
3523
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3517

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

#package_versionString

Version of the package.

Returns:

  • (String)


3517
3518
3519
3520
3521
3522
3523
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3517

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